This commit is contained in:
Tben
2023-08-08 12:51:09 +01:00
parent c6dba61007
commit 8ed332c39d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ module.exports = function getAccessToken({ clientId, redirectUrl, setLoading, sc
*/
if (setLoading) setLoading(true);
const scopeString = scopes ? scopes.join("%20") : "user";
const scopeString = scopes ? scopes.join("%20") : "read:user";
const extraUriParamsString = extraUriParams
? typeof extraUriParams == "string"