Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging out of the UI does not redirect the user to the home page #68

Open
robere2 opened this issue Apr 2, 2024 · 0 comments
Open
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

Comments

@robere2
Copy link
Member

robere2 commented Apr 2, 2024

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.

@robere2 robere2 added good first issue This issue is expected to be easy to complete for a new-comer to the relevant 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 Module: UI This issue pertains to the apps/ui module Complexity: LOW This issue is trivial and is expected to take less than an hour to complete. labels Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant