Ensuring profile data is accessible for all Google users

This commit is contained in:
Jonathan Felchlin 2018-10-01 22:36:56 -07:00
parent daadae1720
commit 547f44043c

View File

@ -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,