diff --git a/My-brand/script/logout.js b/My-brand/script/logout.js index a3796d0..f3a2659 100644 --- a/My-brand/script/logout.js +++ b/My-brand/script/logout.js @@ -1,6 +1,6 @@ // Remove token from localStorage -localStorage.removeItem("token"); +localStorage.removeItem("client"); window.location.href = "index.html"; -window.location.href = "index.html"; +