Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
raarielgrace committed Dec 5, 2024
1 parent 47cc9bc commit 7d3f41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7d3f41a

Please sign in to comment.