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

bug: fix redirection stuck on home white page #1753

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

ansmonjol
Copy link
Collaborator

Context

Recently added a logic to store the last visited page in LS, and this can be used to redirect the use back to the expected URL even is they are using an external auth like google SSO.

Description

If you visit an url landing on /, the redirection will send you then again on Home and prevent the correct redirection to happen.

Here we simply prevent redirection on HOME / from HOME 😅

@ansmonjol ansmonjol added the 🐞 bug Something isn't working label Sep 19, 2024
@ansmonjol ansmonjol self-assigned this Sep 19, 2024
@ansmonjol ansmonjol merged commit 08d90d6 into main Sep 19, 2024
6 checks passed
@ansmonjol ansmonjol deleted the fix-home-self-redirect branch September 19, 2024 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants