mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
fix: 🛂 Remove uninitialized variable access
This commit is contained in:
parent
f0c69cfb33
commit
80c9b10c36
|
|
@ -84,10 +84,6 @@ export default (app: Hono) =>
|
|||
(error, message, app) =>
|
||||
returnError(
|
||||
{
|
||||
redirect_uri: flow.application?.redirectUri,
|
||||
client_id: flow.application?.clientId,
|
||||
response_type: "code",
|
||||
scope: flow.application?.scopes,
|
||||
...manager.processOAuth2Error(app),
|
||||
},
|
||||
error,
|
||||
|
|
|
|||
Loading…
Reference in a new issue