v1.0.9
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Changes 4/7/2025 v1.0.9
|
||||||
|
|
||||||
|
- TOTP one time recovery code added
|
||||||
|
- fix(security): mitigate CodeQL alerts by adding SRI attributes and sanitizing DOM content
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Changes 4/6/2025 v1.0.8
|
## Changes 4/6/2025 v1.0.8
|
||||||
|
|
||||||
**May need to log out and log back in if using remember me**
|
**May need to log out and log back in if using remember me**
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
import { showToast, toggleVisibility, attachEnterKeyListener } from './domUtils.js';
|
import { showToast, toggleVisibility, attachEnterKeyListener } from './domUtils.js';
|
||||||
import { sendRequest } from './networkUtils.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>`;
|
const adminTitle = `Admin Panel <small style="font-size: 12px; color: gray;">${version}</small>`;
|
||||||
|
|
||||||
let lastLoginData = null;
|
let lastLoginData = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user