fix[auth]: fixed bug where we don't display google/github oauth options on signup/login in prod

This commit is contained in:
Waleed Latif
2025-03-20 16:49:12 -07:00
parent 363d22507e
commit 7cdf72b929
@@ -98,9 +98,6 @@ export function SocialLoginButtons({
</Button>
)
// Early return for production mode
if (isProduction) return null
const renderGithubButton = () => {
if (githubAvailable) return githubButton