Skip to content

Commit

Permalink
Merge pull request #1124 from psyray/fix-1080-re-login-error
Browse files Browse the repository at this point in the history
Change Redirect URL after login to prevent 500 error
  • Loading branch information
yogeshojha authored Jan 15, 2024
2 parents 36fb41d + a9c08c7 commit a9da1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/reNgine/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
]

LOGIN_URL = 'login'
LOGIN_REDIRECT_URL = 'dashboardIndex'
LOGIN_REDIRECT_URL = 'onboarding'
LOGOUT_REDIRECT_URL = 'login'

# Tool Location
Expand Down

0 comments on commit a9da1fe

Please sign in to comment.