This commit is contained in:
Mitchell Magro 2025-07-24 12:05:28 +02:00
parent adcde37071
commit 83048cf660

View File

@ -56,12 +56,10 @@ export default function AccountMenu() {
} }
}; };
console.log("[isLoggedin]", isLoggedIn);
// Only show the logout button if the user is logged in // Only show the logout button if the user is logged in
if (!isLoggedIn) { // if (!isLoggedIn) {
return null; // return null;
} // }
return ( return (
<> <>