Form for requesting a password reset email.
After successful submission, displays a confirmation message. Includes a "Back to login" link for navigation.
Key Features:
<PasswordResetRequest onSuccess={() => console.log('Reset email sent')} onBack={() => navigate('/login')}/> Copy
<PasswordResetRequest onSuccess={() => console.log('Reset email sent')} onBack={() => navigate('/login')}/>
Form for requesting a password reset email.
After successful submission, displays a confirmation message. Includes a "Back to login" link for navigation.