Mark task 11.3 complete: Add Google button and sign-in link to register page

This commit is contained in:
Marko Djordjevic 2026-02-20 13:31:10 +01:00
parent 77327eeb61
commit 3f3cb6eebf

View file

@ -64,7 +64,7 @@
- [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
- [x] 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`
- [x] 11.3 `[haiku]` Add "Continue with Google" button, "Sign in" link to `/login`
## 12. Settings Page