Merge pull request #7 from louis-antoine-etsmtl/fix-sockets

test
This commit is contained in:
louis-antoine-etsmtl 2024-04-05 20:48:40 -04:00 committed by GitHub
commit 76a655da1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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