This commit is contained in:
Ryan
2025-04-07 23:35:35 -04:00
committed by GitHub
parent 82eadebe3b
commit 9f8337574a
2 changed files with 8 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
import { showToast, toggleVisibility, attachEnterKeyListener } from './domUtils.js';
import { sendRequest } from './networkUtils.js';
const version = "v1.0.8";
const version = "v1.0.9";
const adminTitle = `Admin Panel <small style="font-size: 12px; color: gray;">${version}</small>`;
let lastLoginData = null;