Fix bug with empty scope
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Stamm 2020-08-07 19:01:29 +02:00
parent 51a8609880
commit e0ea7275f7

View File

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