Skip to content

Commit 7cdf72b

Browse files
committed
fix[auth]: fixed bug where we don't display google/github oauth options on signup/login in prod
1 parent 363d225 commit 7cdf72b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sim/app/(auth)/components/social-login-buttons.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,6 @@ export function SocialLoginButtons({
9898
</Button>
9999
)
100100

101-
// Early return for production mode
102-
if (isProduction) return null
103-
104101
const renderGithubButton = () => {
105102
if (githubAvailable) return githubButton
106103

0 commit comments

Comments
 (0)