Background
The UI pages for password reset exist; now we must integrate them fully with backend endpoints and handle user notifications.
Tasks
Acceptance Criteria
- API module exists and is imported in pages
- Error/success alerts appear as toast notifications
- Environment config works for local and production builds
Background
The UI pages for password reset exist; now we must integrate them fully with backend endpoints and handle user notifications.
Tasks
http://localhost:8080or environment variable)src/api/auth.jswith functions:requestReset(email),validateToken(token),confirmReset(token, newPassword).env.local) for API URLAcceptance Criteria