Forgot Password Screen
Component Detail
User Interface
low complexity
mobile
1
Dependencies
0
Dependents
0
Entities
0
Integrations
Description
Screen allowing users to request a password reset by entering their registered email address. Displays confirmation feedback once the reset email has been dispatched and handles error states gracefully.
forgot-password-screen
Responsibilities
- Collect and validate the user's email address
- Trigger a password reset request via the Auth API Client
- Display success confirmation or error messaging
Interfaces
build(BuildContext)
onSubmitPressed(email)
showConfirmation()
showError(message)