This commit is contained in:
2026-03-09 21:34:55 +00:00
parent 4524f91f98
commit e21acde732
3 changed files with 3 additions and 2 deletions

Binary file not shown.

View File

@@ -1,6 +1,5 @@
import { postData, verifyLogin } from "./client.js"; import { postData, verifyLogin } from "./client.js";
verifyLogin();
const token = window.localStorage.getItem("token"); const token = window.localStorage.getItem("token");
const infoForm = document.getElementById("infoForm"); const infoForm = document.getElementById("infoForm");
@@ -15,6 +14,8 @@ const encryptionKey = await getEncryptionKey()
//console.log(`Encryption Key:`); //console.log(`Encryption Key:`);
//console.log(encryptionKey); //console.log(encryptionKey);
//
await verifyLogin();
async function handlePasswordSubmission(e) { async function handlePasswordSubmission(e) {
console.log(await verifyLogin()); console.log(await verifyLogin());

View File

@@ -1 +1 @@
<meta http-equiv="refresh" content="0; url=/home"> <meta http-equiv="refresh" content="0; url=/login">