sort marca

This commit is contained in:
2025-11-24 16:51:20 -06:00
parent ff4f8b14ba
commit c4383a4d6b
6 changed files with 58 additions and 23 deletions
+2 -1
View File
@@ -13,7 +13,8 @@ function BarNavigation() {
const cerrarSesion = () => {
if (typeof window !== "undefined") {
localStorage.removeItem("loggedIn");
document.cookie =
"token=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT; SameSite=Strict";
router.push("/");
}
setOpenMenu(false);