Skip to content

Commit

Permalink
do not request users email from github
Browse files Browse the repository at this point in the history
  • Loading branch information
Kunsi committed Dec 23, 2024
1 parent b40a131 commit 7da6e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/sso/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"display_name": "GitHub",
"authorize_url": "https://github.com/login/oauth/authorize",
"token_url": "https://github.com/login/oauth/access_token",
"scopes": ["user:email"],
"scopes": [],
"userinfo_url": "https://api.github.com/user",
"functions": {
"is_admin": check_github_is_admin,
Expand Down

0 comments on commit 7da6e43

Please sign in to comment.