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
-
+
*/}
)
}