From 0829292f968cf8efa73cbfed656120862c84abb6 Mon Sep 17 00:00:00 2001 From: landoodle123 Date: Tue, 9 Dec 2025 14:36:55 -0500 Subject: [PATCH] properly added admin hash pwd=wordpass1 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3d67bbd..20f7ea9 100644 --- a/index.html +++ b/index.html @@ -168,7 +168,7 @@

${item.name}

} -const ADMIN_HASH = "e2c7e1e2e7e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2e2"; +const ADMIN_HASH = "38799e7710b8479194fcedc7dbe700b365358d5d70bbdf0ad028843583e8c428"; async function adminLogin() { const pass = prompt("Enter admin password:");