Fix bug with empty scope
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
51a8609880
commit
e0ea7275f7
@ -91,7 +91,7 @@ const GetAuthRoute = (view = false) =>
|
||||
response_type,
|
||||
client_id,
|
||||
redirect_uri,
|
||||
scope,
|
||||
scope = "",
|
||||
state,
|
||||
nored,
|
||||
} = req.query;
|
||||
|
Loading…
Reference in New Issue
Block a user