From 7cdf72b9299f3bbcd9ed1f991a2819e676303ac1 Mon Sep 17 00:00:00 2001 From: Waleed Latif Date: Thu, 20 Mar 2025 16:49:06 -0700 Subject: [PATCH] fix[auth]: fixed bug where we don't display google/github oauth options on signup/login in prod --- sim/app/(auth)/components/social-login-buttons.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/sim/app/(auth)/components/social-login-buttons.tsx b/sim/app/(auth)/components/social-login-buttons.tsx index 358902b246..b7b3a19935 100644 --- a/sim/app/(auth)/components/social-login-buttons.tsx +++ b/sim/app/(auth)/components/social-login-buttons.tsx @@ -98,9 +98,6 @@ export function SocialLoginButtons({ ) - // Early return for production mode - if (isProduction) return null - const renderGithubButton = () => { if (githubAvailable) return githubButton