Remove temporary microsoft login
This commit is contained in:
parent
1d04352ed7
commit
70f8ce1a6b
@ -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
|
||||
</button>
|
||||
|
||||
<button
|
||||
{/* <button
|
||||
type="button"
|
||||
onClick={handleAzureLogin}
|
||||
className="btn ghost full-width"
|
||||
@ -146,7 +146,7 @@ function Login({ onSuccess, onSwitchToRegister }) {
|
||||
<path fill="#ffb900" d="M12 12h10v10H12z"/>
|
||||
</svg>
|
||||
המשך עם Microsoft
|
||||
</button>
|
||||
</button> */}
|
||||
|
||||
<div className="auth-footer">
|
||||
<p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user