diff --git a/project.db-shm b/project.db-shm
index e78583a..67bfe5e 100644
Binary files a/project.db-shm and b/project.db-shm differ
diff --git a/public/home.js b/public/home.js
index 60f31cf..656381a 100644
--- a/public/home.js
+++ b/public/home.js
@@ -1,6 +1,5 @@
import { postData, verifyLogin } from "./client.js";
-verifyLogin();
const token = window.localStorage.getItem("token");
const infoForm = document.getElementById("infoForm");
@@ -15,6 +14,8 @@ const encryptionKey = await getEncryptionKey()
//console.log(`Encryption Key:`);
//console.log(encryptionKey);
+//
+await verifyLogin();
async function handlePasswordSubmission(e) {
console.log(await verifyLogin());
diff --git a/public/index.html b/public/index.html
index 11aff87..7a166ac 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1 +1 @@
-
+