Fix bug with empty scope
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabian Stamm 2020-08-07 19:01:29 +02:00
parent 51a8609880
commit e0ea7275f7
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ const GetAuthRoute = (view = false) =>
response_type,
client_id,
redirect_uri,
scope,
scope = "",
state,
nored,
} = req.query;