We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0741de commit d871047Copy full SHA for d871047
main.js
@@ -65,6 +65,8 @@ function authenticateUser() {
65
66
accessToken = url.substring(url.indexOf(access_tokenStr) + 13, url.indexOf(expires_inStr));
67
68
+ accessToken = accessToken.split('&scope=')[0];
69
+
70
setUserData(accessToken);
71
authenticationWindow.destroy();
72
});
0 commit comments