Logging out of the UI does not redirect the user to the home page #68
Labels
Complexity: LOW
This issue is trivial and is expected to take less than an hour to complete.
good first issue
This issue is expected to be easy to complete for a new-comer to the relevant module
Module: UI
This issue pertains to the apps/ui module
Priority: MED
This issue isn't critical or security-related but is holding back other issues or efficiency.
Type: Feature
New feature or request
When a user clicks the "Logout" button on the top right of their screen, they should be redirected to the home page. Without this, if they were on a page they don't have access to, they'll receive a 404 or 403 screen.
I think the redirect should happen regardless of whether they'd still have access, both to provide user feedback and to avoid any potential issues with items visually remaining on screen which they no longer have permission to see.
The text was updated successfully, but these errors were encountered: