From 7d3f41aae5625b5268b3b944be13189e8694af45 Mon Sep 17 00:00:00 2001 From: Ariel Rotter-Aboyoun Date: Thu, 5 Dec 2024 12:57:16 -0800 Subject: [PATCH] test --- frontend/src/components/common/Header/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);