Fix signup password validation
From the PR description
Summary\n- Align signup form validation and copy with the backend's 8-character minimum password policy.\n- Surface Better Auth error messages from plain error objects instead of showing a generic signup failure.\n\n## Verification\n- Reproduced live backend response: 6-character password returns PASSWORD_TOO_SHORT.\n- Direct signup with an 8+ character password succeeds against https://api.mike.casemark.dev.\n- cd frontend && npx tsc --noEmit\n- npm run build --prefix frontend\n- git diff --check
Our analysis
Align signup validation with backend password policy — read the full analysis →
Think the analysis missed something the PR description covers?
Commits in this PR (1)
| SHA | Subject | Author | Date | |
|---|---|---|---|---|
b074eeb6 | Fix signup password validation | kveton | 2026-05-04 | ↗ GitHub |
Capture this PR into my fork
Download a Markdown prompt that tells Claude how to port every
commit in this PR into your working tree. Run it via
claude -p < capture-pull-3.md from
inside the repo you want the changes in.