From 5c4406d9589cba674ccc8f435fb47f17f4c96537 Mon Sep 17 00:00:00 2001 From: Louis-Antoine Caron Date: Fri, 5 Apr 2024 20:47:27 -0400 Subject: [PATCH] test --- client/src/App.tsx | 1 + 1 file changed, 1 insertion(+) 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(); }