mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix(api): 🔒 Remove client_secret during oauth consent flow
This commit is contained in:
parent
5b03d93ef8
commit
4ce5dfeae3
|
|
@ -142,7 +142,6 @@ export default (app: Hono) =>
|
||||||
|
|
||||||
const searchParams = new URLSearchParams({
|
const searchParams = new URLSearchParams({
|
||||||
application: application.name,
|
application: application.name,
|
||||||
client_secret: application.secret,
|
|
||||||
});
|
});
|
||||||
|
|
||||||
if (application.website)
|
if (application.website)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue