From 1ed8f2520f78b2e468829c2513051c20a7d0c1f6 Mon Sep 17 00:00:00 2001 From: geonhos Date: Fri, 31 May 2024 10:59:14 +0900 Subject: [PATCH] =?UTF-8?q?admin:=20csrf=20token=20refresh=20logic=20?= =?UTF-8?q?=EC=9C=84=EC=B9=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poc/admin/src/main/resources/static/js/reqhelper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poc/admin/src/main/resources/static/js/reqhelper.js b/poc/admin/src/main/resources/static/js/reqhelper.js index 6385552..0a005e0 100644 --- a/poc/admin/src/main/resources/static/js/reqhelper.js +++ b/poc/admin/src/main/resources/static/js/reqhelper.js @@ -66,12 +66,12 @@ const Reqhelper = { } }) .catch((error) => { - refreshCsrf(); if (eFunc) { eFunc(error); } }) .finally(() => { + refreshCsrf(); if (fFunc) { fFunc(); }