From 9e9a82ffc0c991c6f4b31c05c24f4eb9096f38c6 Mon Sep 17 00:00:00 2001 From: SDE Date: Mon, 15 Jan 2024 16:51:38 +0300 Subject: [PATCH] 0.11.13 Google Auth --- TWB/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TWB/settings.py b/TWB/settings.py index e7a8810..12c37da 100644 --- a/TWB/settings.py +++ b/TWB/settings.py @@ -44,7 +44,7 @@ ACCOUNT_EMAIL_REQUIRED = True ACCOUNT_USERNAME_REQUIRED = False ACCOUNT_AUTHENTICATION_METHOD = 'email' ACCOUNT_EMAIL_VERIFICATION = 'optional' -LOGIN_REDIRECT_URL = '/profile/login/' +LOGIN_REDIRECT_URL = '/profile/page/dashboard/' AUTHENTICATION_BACKENDS = [ 'django.contrib.auth.backends.ModelBackend',