From 272ea6c4aec9487e18b7ae185fd8d8224310f181 Mon Sep 17 00:00:00 2001
From: rzmk <30333942+rzmk@users.noreply.github.com>
Date: Fri, 20 Jun 2025 21:20:27 -0400
Subject: [PATCH] chore: disable Google signup
---
apps/web/app/auth/login/login.tsx | 4 ++--
apps/web/app/auth/signup/InviteOnlySignUp.tsx | 4 ++--
apps/web/app/auth/signup/OpenSignup.tsx | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/apps/web/app/auth/login/login.tsx b/apps/web/app/auth/login/login.tsx
index df428d71..0a801124 100644
--- a/apps/web/app/auth/login/login.tsx
+++ b/apps/web/app/auth/login/login.tsx
@@ -192,10 +192,10 @@ const LoginClient = (props: LoginClientProps) => {
Sign up
- */}
diff --git a/apps/web/app/auth/signup/InviteOnlySignUp.tsx b/apps/web/app/auth/signup/InviteOnlySignUp.tsx
index 69e49653..af88a5a6 100644
--- a/apps/web/app/auth/signup/InviteOnlySignUp.tsx
+++ b/apps/web/app/auth/signup/InviteOnlySignUp.tsx
@@ -183,13 +183,13 @@ function InviteOnlySignUpComponent(props: InviteOnlySignUpProps) {
-
+ {/*
signIn('google')} className="flex justify-center py-3 text-md w-full bg-white text-slate-600 space-x-3 font-semibold text-center p-2 rounded-md shadow-sm hover:cursor-pointer">
Sign in with Google
-
+
*/}
)
}
diff --git a/apps/web/app/auth/signup/OpenSignup.tsx b/apps/web/app/auth/signup/OpenSignup.tsx
index ee44ed4e..8bcbf404 100644
--- a/apps/web/app/auth/signup/OpenSignup.tsx
+++ b/apps/web/app/auth/signup/OpenSignup.tsx
@@ -177,13 +177,13 @@ function OpenSignUpComponent() {
-
+ {/*
signIn('google')} className="flex justify-center py-3 text-md w-full bg-white text-slate-600 space-x-3 font-semibold text-center p-2 rounded-md shadow-sm hover:cursor-pointer">
Sign in with Google
-
+
*/}
)
}