We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3a0ff commit 232e6f2Copy full SHA for 232e6f2
conf/settings/base.py
@@ -89,3 +89,4 @@
89
SOCIALACCOUNT_QUERY_EMAIL = True
90
SOCIALACCOUNT_ADAPTER = 'frontend.adapters.SocialAccountAdapter'
91
ACCOUNT_EMAIL_VERIFICATION = 'none'
92
+SOCIALACCOUNT_LOGIN_ON_GET = True
requirements.txt
@@ -6,7 +6,7 @@ charset-normalizer==2.0.6
6
cryptography==3.4.8
7
defusedxml==0.7.1
8
Django==3.2.15
9
-django-allauth==0.45.0
+django-allauth==0.51.0
10
idna==3.2
11
importlib-metadata==4.8.1
12
jmespath==0.10.0
0 commit comments