diff --git a/backend/oauth_login.json b/backend/oauth_login.json index 52dbdd1b1d..b5cd675105 100644 --- a/backend/oauth_login.json +++ b/backend/oauth_login.json @@ -3,7 +3,7 @@ "auth_url": "https://github.com/login/oauth/authorize", "token_url": "https://github.com/login/oauth/access_token", "userinfo_url": "https://api.github.com/user", - "scopes": ["read:user"] + "scopes": ["read:user", "user:email"] }, "gitlab": { "auth_url": "https://gitlab.com/oauth/authorize",