diff --git a/authModals.js b/authModals.js index 87a4d89..b143278 100644 --- a/authModals.js +++ b/authModals.js @@ -1,7 +1,7 @@ import { showToast, toggleVisibility } from './domUtils.js'; import { sendRequest } from './networkUtils.js'; -const version = "v1.0.6"; +const version = "v1.0.7"; const adminTitle = `Admin Panel ${version}`; let lastLoginData = null;