diff --git a/backend/oauth_login.json b/backend/oauth_login.json index cdcc8c3191..52dbdd1b1d 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": ["user:email"] + "scopes": ["read:user"] }, "gitlab": { "auth_url": "https://gitlab.com/oauth/authorize",