diff --git a/src/app/auth/components/auth-other-options-dialog.tsx b/src/app/auth/components/auth-other-options-dialog.tsx index 0e89fe82..9e911936 100644 --- a/src/app/auth/components/auth-other-options-dialog.tsx +++ b/src/app/auth/components/auth-other-options-dialog.tsx @@ -30,8 +30,8 @@ export function AuthOtherOptionsDialog({ mode, googleSlot, }: AuthOtherOptionsDialogProps) { - const showDevEmailOption = - AppEnvUtil.isDevelopment() && mode === "facebook" && onEmail; + const showNonProductionEmailOption = + !AppEnvUtil.isProduction() && mode === "facebook" && onEmail; return ( ) : null} - {showDevEmailOption ? ( + {showNonProductionEmailOption ? ( } onClick={() => {