Skip to content

Commit

Permalink
set LOGIN_REDIRECT_URL to dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioheinze committed Jan 13, 2025
1 parent b88ba64 commit 2ed0e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
CRISPY_TEMPLATE_PACK = "bootstrap5"

# django-allauth config
LOGIN_REDIRECT_URL = "home"
LOGIN_REDIRECT_URL = "dashboard"
ACCOUNT_LOGOUT_REDIRECT = "home"
SITE_ID = 1
AUTHENTICATION_BACKENDS = (
Expand Down

0 comments on commit 2ed0e98

Please sign in to comment.