mirror of
https://gitee.com/mafgwo/stackedit
synced 2024-11-16 11:42:23 +08:00
Merge pull request #1402 from GreenGremlin/google-profile-scope
Ensuring profile data is accesible for all Google users
This commit is contained in:
commit
91f8cf3c10
|
@ -113,7 +113,7 @@ export default {
|
|||
{
|
||||
client_id: clientId,
|
||||
response_type: 'token id_token',
|
||||
scope: ['openid', ...scopes].join(' '),
|
||||
scope: ['openid', 'profile', ...scopes].join(' '),
|
||||
hd: appsDomain,
|
||||
login_hint: sub,
|
||||
prompt: silent ? 'none' : null,
|
||||
|
|
Loading…
Reference in New Issue
Block a user