From 4fb3a12f47620d9bbed909fbf348af479b0480a5 Mon Sep 17 00:00:00 2001 From: SDE Date: Thu, 18 Jan 2024 13:15:28 +0300 Subject: [PATCH] 0.11.22 push w link --- TWB/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TWB/settings.py b/TWB/settings.py index 595a5b4..76c5b35 100644 --- a/TWB/settings.py +++ b/TWB/settings.py @@ -46,7 +46,7 @@ ACCOUNT_AUTHENTICATION_METHOD = 'email' ACCOUNT_EMAIL_VERIFICATION = 'optional' LOGIN_REDIRECT_URL = '/profile/page/dashboard/' LOGOUT_REDIRECT_URL = '/profile/login/' -ACCOUNT_SIGNUP_REDIRECT_URL = '/profile/login/' +ACCOUNT_SIGNUP_REDIRECT_URL = '/profile/page/dashboard/' ACCOUNT_LOGOUT_ON_GET = True # SOCIALACCOUNT_ADAPTER = 'GeneralApp.allauth_funcs.MyAccountAdapter' ACCOUNT_ADAPTER = 'GeneralApp.allauth_funcs.MyAccountAdapter'