This commit is contained in:
Louis-Antoine Caron 2024-04-05 20:47:27 -04:00
parent 44c05371d5
commit 5c4406d958

View file

@ -27,6 +27,7 @@ const handleLogout = () => {
} }
const isLoggedIn = () => { const isLoggedIn = () => {
console.log('check if logged in')
return ApiService.isLogedIn(); return ApiService.isLogedIn();
} }