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

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"

View File

@ -1,6 +1,6 @@
{
"name": "datasquirel",
"version": "1.3.5",
"version": "1.3.6",
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"scripts": {