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