From 042b41b161a7330a875e17090a55a33983cb6471 Mon Sep 17 00:00:00 2001 From: dev01 Date: Thu, 5 Oct 2023 18:27:19 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=89=8D=E7=AB=AF]=20=E7=99=BB=E5=87=BA=20coo?= =?UTF-8?q?kie=20remove=20JWT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frontend/index.html | 1 + 1 file changed, 1 insertion(+) 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"; });