Skip to content

Commit

Permalink
Try chaning the scope as per
Browse files Browse the repository at this point in the history
  • Loading branch information
timthelion committed Mar 17, 2021
1 parent d34f98e commit 8e1751d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def str_to_bool(string):
SOCIAL_AUTH_APPLE_ID_TEAM = os.environ.get("DPNK_SOCIAL_AUTH_APPLE_ID_TEAM", "")
SOCIAL_AUTH_APPLE_ID_KEY = os.environ.get("DPNK_SOCIAL_AUTH_APPLE_ID_KEY", "")
SOCIAL_AUTH_APPLE_ID_SECRET = os.environ.get("DPNK_SOCIAL_AUTH_APPLE_ID_SECRET", "").replace('\\n', '\n')
SOCIAL_AUTH_APPLE_ID_SCOPE = ["email", "name"]
SOCIAL_AUTH_APPLE_ID_SCOPE = ["email"]
SOCIAL_AUTH_APPLE_ID_EMAIL_AS_USERNAME = os.environ.get(
"DPNK_SOCIAL_AUTH_APPLE_ID_EMAIL_AS_USERNAME", True
)
Expand Down

0 comments on commit 8e1751d

Please sign in to comment.