Skip to content

feat(#83): Add reset password and forgot password UI with email displ… - #29

Open
PraveenWijewardana wants to merge 1 commit into
devfrom
feature/83-praveen
Open

feat(#83): Add reset password and forgot password UI with email displ…#29
PraveenWijewardana wants to merge 1 commit into
devfrom
feature/83-praveen

Conversation

@PraveenWijewardana

Copy link
Copy Markdown
Contributor

This pull request implements a complete password reset flow for the application, including both "Forgot Password" and "Reset Password" features. It introduces new routes, UI components, and logic for requesting a password reset email and setting a new password, along with corresponding tests and improved navigation from the login page.

Password Reset Feature Implementation

  • Added new routes for forgot-password and reset-password pages to the main application routing configuration, enabling navigation to these flows.
  • Created the ForgotPassword component, including a form for users to request a password reset email, form validation, loading state, success feedback, and integration with the backend API.
  • Added a user interface for the forgot password page with a responsive, branded layout and clear instructions for users.
  • Created the ResetPassword component and its UI, providing a secure form for users to set a new password, including validation, error handling, and success feedback.
  • Added unit tests for both ForgotPassword and ResetPassword components to ensure they are created correctly and are testable. [1] [2]

Login Page Improvements

  • Updated the login page to link the "Forgot password?" text to the new forgot password route and ensured proper router integration in the component. [1] [2]

@vercel

vercel Bot commented Apr 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
prime-sprint-t1-secure-law-frontend Error Error Apr 20, 2026 5:28am

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