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(); }