Skip to content
This repository was archived by the owner on Dec 7, 2021. It is now read-only.

Commit 99a223d

Browse files
author
Ignacio
committed
Changed default scope
1 parent 5be00cd commit 99a223d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/providers/google.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
toQueryString,
2323
} from '../utils/uri';
2424

25-
const SCOPE = 'email profile offline';
25+
const SCOPE = 'email profile';
2626
const AUTH = 'https://accounts.google.com/o/oauth2/v2/auth';
2727
const TOKEN = 'https://www.googleapis.com/oauth2/v4/token';
2828
const ME = 'https://www.googleapis.com/oauth2/v2/userinfo';

0 commit comments

Comments
 (0)