You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently impossible to set the scope to be only email (https://www.googleapis.com/auth/userinfo.email); the profile scope (https://www.googleapis.com/auth/userinfo.profile) is always added because of lines 23 and 24 in google2.js.
The text was updated successfully, but these errors were encountered:
It is currently impossible to set the scope to be only email (
https://www.googleapis.com/auth/userinfo.email
); the profile scope (https://www.googleapis.com/auth/userinfo.profile
) is always added because of lines 23 and 24 in google2.js.The text was updated successfully, but these errors were encountered: