Updates
This commit is contained in:
parent
c6dba61007
commit
8ed332c39d
@ -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"
|
||||
|
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user