fix: 🛂 Remove uninitialized variable access

This commit is contained in:
Jesse Wierzbinski 2024-06-10 16:04:47 -10:00
parent f0c69cfb33
commit 80c9b10c36
No known key found for this signature in database

View file

@ -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,