mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
try to commit
This commit is contained in:
@@ -141,7 +141,7 @@ export function ForgotPasswordForm({ className, ...props }) {
|
||||
}
|
||||
|
||||
const handleGoogleSignIn = () => {
|
||||
window.location.href = '/api/auth/google'
|
||||
window.location.href = `${import.meta.env.VITE_API_URL}/auth/google`
|
||||
}
|
||||
|
||||
// ── Step 2: OTP ─────────────────────────────────────────────────────────────
|
||||
|
||||
@@ -95,7 +95,7 @@ export function LoginForm({ className, ...props }) {
|
||||
}
|
||||
|
||||
const handleGoogle = () => {
|
||||
window.location.href = '/api/auth/google'
|
||||
window.location.href = `${import.meta.env.VITE_API_URL}/auth/google`
|
||||
}
|
||||
|
||||
if (otpEmail) {
|
||||
|
||||
Reference in New Issue
Block a user