diff --git a/src/api/oauth/auth.ts b/src/api/oauth/auth.ts index e5efa98..6f4c4e2 100644 --- a/src/api/oauth/auth.ts +++ b/src/api/oauth/auth.ts @@ -91,7 +91,7 @@ const GetAuthRoute = (view = false) => response_type, client_id, redirect_uri, - scope, + scope = "", state, nored, } = req.query;