@@ -106,6 +123,63 @@ export default function RegisterPageClient({ requireInviteCode }: { requireInvit
+ {/* OAuth Buttons */}
+ {hasOAuth && (
+
+ {googleEnabled && (
+
+ )}
+ {githubEnabled && (
+
+ )}
+
+ )}
+
+ {/* Divider */}
+ {hasOAuth && (
+
+
+
+
+
+ or continue with email
+
+
+ )}
+