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.
2 parents cdc5ed4 + a9b6aa1 commit 881b268Copy full SHA for 881b268
README.md
@@ -29,7 +29,7 @@ manager.configure({
29
});
30
31
// ...
32
-manager.authorize('google', {scopes: 'profile,email'})
+manager.authorize('google', {scopes: 'profile email'})
33
.then(resp => console.log('Your users ID'))
34
.catch(err => console.log('There was an error'));
35
```
0 commit comments