diff --git a/Frontend/index.html b/Frontend/index.html
index f00d5ad..44401ef 100644
--- a/Frontend/index.html
+++ b/Frontend/index.html
@@ -1164,6 +1164,7 @@ License: You must have a valid license purchased only from wrapbootstrap.com (li
localStorage.removeItem("JWT-Authorization");
sessionStorage.removeItem("pageAct");
sessionStorage.removeItem("lastPage");
+ cookies.remove("JWT-Authorization");
location.href = "/logout";
});