From 3a8690382795e523a9bfc35ddd47a60c7dbfd710 Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 3 Apr 2025 20:05:14 -0400 Subject: [PATCH] v1.0.6 --- authModals.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authModals.js b/authModals.js index a079edf..87a4d89 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.5"; +const version = "v1.0.6"; const adminTitle = `Admin Panel ${version}`; let lastLoginData = null;