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,
|
response_type,
|
||||||
client_id,
|
client_id,
|
||||||
redirect_uri,
|
redirect_uri,
|
||||||
scope,
|
scope = "",
|
||||||
state,
|
state,
|
||||||
nored,
|
nored,
|
||||||
} = req.query;
|
} = req.query;
|
||||||
|
Loading…
Reference in New Issue
Block a user