Skip to content

Commit a9b6aa1

Browse files
author
Martin Lockett
committed
Fix the scopes syntax in the authorize method parameters
1 parent 710eebd commit a9b6aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ manager.configure({
2929
});
3030

3131
// ...
32-
manager.authorize('google', {scopes: 'profile,email'})
32+
manager.authorize('google', {scopes: 'profile email'})
3333
.then(resp => console.log('Your users ID'))
3434
.catch(err => console.log('There was an error'));
3535
```

0 commit comments

Comments
 (0)