diff --git a/front/components/auth/HeaderProfileBox.tsx b/front/components/auth/HeaderProfileBox.tsx index 5e3e596a..d92586fc 100644 --- a/front/components/auth/HeaderProfileBox.tsx +++ b/front/components/auth/HeaderProfileBox.tsx @@ -9,7 +9,9 @@ export const HeaderProfileBox = () => { return ( {" "} - HeaderProfileBox {String(auth.isAuthenticated)}{" "} + + HeaderProfileBox
isLogged : {String(auth.isAuthenticated)}
user : {String(auth.userInfo.username)} +
{" "}