0.11.10 Google Auth

This commit is contained in:
SDE
2024-01-13 21:24:58 +03:00
parent c8ba0dd770
commit b446a8f519

View File

@@ -36,6 +36,9 @@ WEBPUSH_SETTINGS = {
"VAPID_ADMIN_EMAIL": "admin@tripwb.com"
}
SOCIALACCOUNT_LOGIN_ON_GET=True
AUTHENTICATION_BACKENDS = [
'django.contrib.auth.backends.ModelBackend',
'allauth.account.auth_backends.AuthenticationBackend',