diff --git a/client/src/App.tsx b/client/src/App.tsx index 3f65f00..3b8c4ed 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -27,6 +27,7 @@ const handleLogout = () => { } const isLoggedIn = () => { + console.log('check if logged in') return ApiService.isLogedIn(); }