diff --git a/frontend/src/components/Login.jsx b/frontend/src/components/Login.jsx index 2074b94..1423241 100644 --- a/frontend/src/components/Login.jsx +++ b/frontend/src/components/Login.jsx @@ -36,12 +36,12 @@ function Login({ onSuccess, onSwitchToRegister }) { }; const handleGoogleLogin = () => { - const apiBase = window.__ENV__?.API_BASE || "http://localhost:8001"; + const apiBase = window.__ENV__?.API_BASE || "http://localhost:8000"; window.location.href = `${apiBase}/auth/google/login`; }; const handleAzureLogin = () => { - const apiBase = window.__ENV__?.API_BASE || "http://localhost:8001"; + const apiBase = window.__ENV__?.API_BASE || "http://localhost:8000"; window.location.href = `${apiBase}/auth/azure/login`; }; @@ -126,7 +126,7 @@ function Login({ onSuccess, onSwitchToRegister }) { המשך עם Google - + */}