Skip to content

Commit 20e4fdc

Browse files
committed
fix: add user:email scope to Github
1 parent fb0687c commit 20e4fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@
347347

348348
SOCIALACCOUNT_PROVIDERS = {
349349
"github": {
350-
"SCOPE": ["read:user"],
350+
"SCOPE": ["read:user", "user:email"],
351351
}
352352
}
353353

0 commit comments

Comments
 (0)