From 77327eeb6112de5a8083ef5f6255a9da314e502b Mon Sep 17 00:00:00 2001 From: Marko Djordjevic Date: Fri, 20 Feb 2026 13:31:03 +0100 Subject: [PATCH] Add Continue with Google button to register page - Add Google OAuth button matching login page style - Add divider with 'or' text between form and OAuth button - Button calls signIn('google') with redirect to /app - Matches task 11.3 requirements --- src/app/(public)/register/page.tsx | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/app/(public)/register/page.tsx b/src/app/(public)/register/page.tsx index 05babc9..c31353b 100644 --- a/src/app/(public)/register/page.tsx +++ b/src/app/(public)/register/page.tsx @@ -128,6 +128,26 @@ export default function RegisterPage() { +
+
+ +
+
+ + or + +
+
+ + +

Already have an account?{" "}