mirror of
https://github.com/simstudioai/sim.git
synced 2026-09-24 15:45:35 +08:00
fix[auth]: fixed bug where we don't display google/github oauth options on signup/login in prod
This commit is contained in:
@@ -98,9 +98,6 @@ export function SocialLoginButtons({
|
||||
</Button>
|
||||
)
|
||||
|
||||
// Early return for production mode
|
||||
if (isProduction) return null
|
||||
|
||||
const renderGithubButton = () => {
|
||||
if (githubAvailable) return githubButton
|
||||
|
||||
|
||||
Reference in New Issue
Block a user