Problem
Current frontend auth is limited to sign-in; there is no signup or reset password experience.
Goals
- Add routes for
/auth/register and /auth/reset-password with matching form components.
- Reuse the existing
FormWrapper, FormInput, and validation utilities.
- Add inline password rules and confirmation behavior.
Acceptance criteria
- Register and reset pages exist and are routeable under
app/auth.
- Password validation uses the existing Zod rules and provides clear inline guidance.
- The pages are styled to match the rest of the app and support mobile/responsive layouts.
Problem
Current frontend auth is limited to sign-in; there is no signup or reset password experience.
Goals
/auth/registerand/auth/reset-passwordwith matching form components.FormWrapper,FormInput, and validation utilities.Acceptance criteria
app/auth.