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

Replace MUI Links with React Router Links #831

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

saurabhv749
Copy link

Description

This PR replaces Material-UI (MUI) Link components with React Router's Link components across the forgot-password page and login page. This change aims to improve routing consistency for basic navigation.

Motivation

Currently clicking on Back to Login on forgot password page which use MUI's Link component with href='/login' results in an unhandled endpoint /login since HashRouter is used for routing.
Using React Router's Link component provides better integration with routing sending user back to the login page (/#/login).

chitralekha-Back_to_login-redirect

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