From 3f3cb6eebfb97f1301df59ced1b370995c6826c8 Mon Sep 17 00:00:00 2001 From: Marko Djordjevic Date: Fri, 20 Feb 2026 13:31:10 +0100 Subject: [PATCH] Mark task 11.3 complete: Add Google button and sign-in link to register page --- openspec/changes/user-accounts/tasks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openspec/changes/user-accounts/tasks.md b/openspec/changes/user-accounts/tasks.md index ae9b124..7162cf9 100644 --- a/openspec/changes/user-accounts/tasks.md +++ b/openspec/changes/user-accounts/tasks.md @@ -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