Summary
Signup uses form-specific validation patterns that duplicate shared helpers.
Affected files
src/app/(auth)/signup/page.tsx
src/lib/form-validation.ts
Tasks
- Replace bespoke signup validation with
form-validation utilities.
- Remove duplicated regex/rules where shared helpers exist.
- Keep existing validation rules and user-facing messages.
Acceptance criteria
Suggested labels
cleanup, refactor, good first issue
Notes
Standalone cleanup issue from CLEANUP_ISSUES_2026-05.md. Complements the audit queue and product backlog.
Summary
Signup uses form-specific validation patterns that duplicate shared helpers.
Affected files
src/app/(auth)/signup/page.tsxsrc/lib/form-validation.tsTasks
form-validationutilities.Acceptance criteria
Suggested labels
cleanup,refactor,good first issueNotes
Standalone cleanup issue from CLEANUP_ISSUES_2026-05.md. Complements the audit queue and product backlog.