Background
One of the authentication flows required is a password reset. Users must request a reset link by entering their email.
Tasks
Acceptance Criteria
- Form displays correctly on
/reset route
- Submitting with a valid email triggers the API call (demo stub or real)
- Success and error messages display correctly
- Storybook or screenshots attached (optional)
Background
One of the authentication flows required is a password reset. Users must request a reset link by entering their email.
Tasks
src/pages/RequestReset.jsPOST /api/auth/reset/requestwith{ email }payloadAcceptance Criteria
/resetroute