try to commit

This commit is contained in:
2026-07-14 12:35:58 +08:00
parent e91ccf14ca
commit 4f2f1a58b0
2 changed files with 2 additions and 2 deletions
@@ -141,7 +141,7 @@ export function ForgotPasswordForm({ className, ...props }) {
} }
const handleGoogleSignIn = () => { const handleGoogleSignIn = () => {
window.location.href = '/api/auth/google' window.location.href = `${import.meta.env.VITE_API_URL}/auth/google`
} }
// ── Step 2: OTP ───────────────────────────────────────────────────────────── // ── Step 2: OTP ─────────────────────────────────────────────────────────────
+1 -1
View File
@@ -95,7 +95,7 @@ export function LoginForm({ className, ...props }) {
} }
const handleGoogle = () => { const handleGoogle = () => {
window.location.href = '/api/auth/google' window.location.href = `${import.meta.env.VITE_API_URL}/auth/google`
} }
if (otpEmail) { if (otpEmail) {