|
|
@@ -3,7 +3,7 @@ import { useNavigate, useSearchParams } from 'react-router-dom'
|
|
|
import { useAuthStore } from '../store/authStore'
|
|
|
import { Loader2 } from 'lucide-react'
|
|
|
|
|
|
-const API_BASE = import.meta.env.VITE_API_BASE || 'http://localhost:8000'
|
|
|
+const API_BASE = import.meta.env.VITE_API_BASE ?? 'http://localhost:8000'
|
|
|
|
|
|
const SSOCallback: React.FC = () => {
|
|
|
const navigate = useNavigate()
|