diff --git a/frontend/src/components/common/Header/Header.tsx b/frontend/src/components/common/Header/Header.tsx index 72f019c..e3c931f 100644 --- a/frontend/src/components/common/Header/Header.tsx +++ b/frontend/src/components/common/Header/Header.tsx @@ -10,7 +10,7 @@ import { ButtonWrapper } from '../../../views/LandingPage/landingPage.styles'; export default function Header() { const { login, logout, isAuthenticated } = useSSO(); - + console.log(import.meta.env.VITE_BACKEND_URL); const handleLoginButton = () => { if (isAuthenticated) { logout(import.meta.env.VITE_BACKEND_URL);