From 70f8ce1a6b00c6edffcdf63d7ed2654df1cd2a26 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Wed, 17 Dec 2025 05:45:01 +0200 Subject: [PATCH] Remove temporary microsoft login --- frontend/src/components/Login.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 - + */}