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

fix routing #1128

Merged
merged 1 commit into from
May 19, 2024
Merged

fix routing #1128

merged 1 commit into from
May 19, 2024

Conversation

NdibeRaymond
Copy link
Collaborator

@NdibeRaymond NdibeRaymond commented May 18, 2024

  • fix routing
  • fix pagewrapper
  • remove previous protected route features and reimplement (was defective)
  • revert (feat) Redirect users to the page they were on before being logged out #931 (implementation is defective)
  • implement redirection feature ( when you try to visit a protected route, you get redirected to the login page instead of the pagenotfound error, and after logging in you get redirected back to the protected page you initially wanted to visit)

Issue: #1127

Copy link

All pre-commit checks passed ✅✅✅

* fix routing
* fix pagewrapper
* remove previous protected route features
  and reimplement (was defective)
* revert #931 (implementation is defective)
* implement redirection feature (
  when you try to visit a protected route,
  you get redirected to the login page
  instead of the pagenotfound error,
  and after logging in you get redirected
  back to the protected page you initially
  wanted to visit)

Issue: #1127
Signed-off-by: Ndibe Raymond Olisaemeka <rolisaemeka-ctr@wikimedia.org>
Copy link

All pre-commit checks passed ✅✅✅

@NdibeRaymond NdibeRaymond merged commit 344539a into master May 19, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant