Skip to content

Commit

Permalink
Enable Google Auth via HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Sargent committed Feb 11, 2024
1 parent e31a206 commit 288eb39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions approval_polls/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,3 +233,5 @@

SOCIALACCOUNT_EMAIL_AUTHENTICATION_AUTO_CONNECT = True
SOCIALACCOUNT_EMAIL_AUTHENTICATION = True
if not DEBUG:
ACCOUNT_DEFAULT_HTTP_PROTOCOL = "https"

0 comments on commit 288eb39

Please sign in to comment.