Skip to content

Commit

Permalink
Temporarily disable social login
Browse files Browse the repository at this point in the history
  • Loading branch information
jessamynsmith committed Jan 25, 2023
1 parent c51cfd8 commit 39dd479
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions eggtimer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@
'allauth',
'allauth.account',
'allauth.socialaccount',
'allauth.socialaccount.providers.facebook',
'allauth.socialaccount.providers.github',
# TODO re-enable social accounts once ssl is set up
# 'allauth.socialaccount.providers.facebook',
# 'allauth.socialaccount.providers.github',
'rest_framework',
'rest_framework.authtoken',
'floppyforms',
Expand Down

0 comments on commit 39dd479

Please sign in to comment.