Add register page (task 11.1): name/email/password form with POST to /api/auth/register and auto sign-in
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3b03a87c41
commit
50d8c84367
2 changed files with 146 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
|
||||
## 11. Register Page
|
||||
|
||||
- [ ] 11.1 `[sonnet]` Create `src/app/(public)/register/page.tsx` — register form matching Lovable design: name/email/password inputs, "Create Account" button posting to `/api/auth/register` then auto-signing in
|
||||
- [x] 11.1 `[sonnet]` Create `src/app/(public)/register/page.tsx` — register form matching Lovable design: name/email/password inputs, "Create Account" button posting to `/api/auth/register` then auto-signing in
|
||||
- [ ] 11.2 `[haiku]` Add error state display for duplicate email, short password
|
||||
- [ ] 11.3 `[haiku]` Add "Continue with Google" button, "Sign in" link to `/login`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue