Skip to content

Commit

Permalink
Just send people to the login page on logout
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Apr 4, 2024
1 parent db76580 commit f7ef27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpdesk/helpdesk/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@

# Authentication URLs
LOGIN_URL = f"/{BASE_PATH}auth/login/"
LOGOUT_REDIRECT_URL = BASE_PATH
LOGOUT_REDIRECT_URL = LOGIN_URL

# Default primary key field type
# https://docs.djangoproject.com/en/3.2/ref/settings/#default-auto-field
Expand Down

0 comments on commit f7ef27a

Please sign in to comment.