diff --git a/Frontend/index.html b/Frontend/index.html index 931d20d..10c08ea 100644 --- a/Frontend/index.html +++ b/Frontend/index.html @@ -1081,7 +1081,8 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li }); onEvent("click", "#logout", function () { - localStorage.removeItem("JWT-Authorization"); + localStorage.removeItem("JWT-Authorization"); + cookies.remove("JWT-Authorization"); location.href = "/logout"; });