Skip to content

Commit 7cfeddb

Browse files
authored
Merge pull request #220 from honeylogic-io/user-email-scope
fix: add user:email scope to Github
2 parents d90e226 + 20e4fdc commit 7cfeddb

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)