Forget Password
Purpose
Allow users to initiate a password reset by providing their email address.
Overview
This screen captures the user's email and sends a password reset request. It provides user feedback via a toaster notification.
Key Components
TopBannerContainer
Displays banner image.Formik
Manages the email input field.ValidationError
Displays validation errors.LanguageChanger
Enables language switch.MNSingleButton
Triggers reset email sending.Toaster
Displays confirmation message.
User Flow
- User enters their email and submits.
- Spinner shows during processing.
- On success, a toaster confirms email is sent.
- User is navigated to Reset Password screen.
- Option provided to navigate back to Sign In.
Navigation Links
Sign In
navigates to user Sign.
Loading State
Disables buttons and reduces opacity during sign-in processing to prevent duplicate submissions.