mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(api): 🔒 Remove client_secret during oauth consent flow
This commit is contained in:
parent
5b03d93ef8
commit
4ce5dfeae3
1 changed files with 0 additions and 1 deletions
|
|
@ -142,7 +142,6 @@ export default (app: Hono) =>
|
|||
|
||||
const searchParams = new URLSearchParams({
|
||||
application: application.name,
|
||||
client_secret: application.secret,
|
||||
});
|
||||
|
||||
if (application.website)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue