mirror of
https://github.com/versia-pub/server.git
synced 2025-12-08 09:18: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) =>
|
(error, message, app) =>
|
||||||
returnError(
|
returnError(
|
||||||
{
|
{
|
||||||
redirect_uri: flow.application?.redirectUri,
|
|
||||||
client_id: flow.application?.clientId,
|
|
||||||
response_type: "code",
|
|
||||||
scope: flow.application?.scopes,
|
|
||||||
...manager.processOAuth2Error(app),
|
...manager.processOAuth2Error(app),
|
||||||
},
|
},
|
||||||
error,
|
error,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue