」 feat: added 2fa to login page :D

This commit is contained in:
2025-10-23 13:20:13 +02:00
parent fa0449ba16
commit 5bbda2ab81
2 changed files with 95 additions and 3 deletions

View File

@ -127,6 +127,7 @@ export default class extends Aview {
if (!main)
return console.error("what");
// don't read this shit for you mental health
if (matches.matchHistory) {
for (let match of matches.matchHistory) {
const newEntry = document.createElement("li");