admin: csrf token refresh logic 위치 변경

This commit is contained in:
geonhos 2024-05-31 10:59:14 +09:00
parent a061628091
commit 1ed8f2520f
1 changed files with 1 additions and 1 deletions

View File

@ -66,12 +66,12 @@ const Reqhelper = {
} }
}) })
.catch((error) => { .catch((error) => {
refreshCsrf();
if (eFunc) { if (eFunc) {
eFunc(error); eFunc(error);
} }
}) })
.finally(() => { .finally(() => {
refreshCsrf();
if (fFunc) { if (fFunc) {
fFunc(); fFunc();
} }