summaryrefslogtreecommitdiff
path: root/frontend/admin/index.html
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-01-23 09:50:33 +0800
committeraltaf-creator <dev@altafcreator.com>2026-01-23 09:50:33 +0800
commite5d96d19292224ea9513e145b02e35338eff0857 (patch)
tree1ef0e0f362b1bbcddd661f19e22493282fd49316 /frontend/admin/index.html
parentaab0cbcfcd8699c9715196b2d2b948011be58642 (diff)
machine override status
Diffstat (limited to 'frontend/admin/index.html')
-rw-r--r--frontend/admin/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/admin/index.html b/frontend/admin/index.html
index 8ce5812..76df357 100644
--- a/frontend/admin/index.html
+++ b/frontend/admin/index.html
@@ -8,9 +8,10 @@
<body>
<h1>LaundryWeb Admin Panel Log In</h1>
<input type="password" id="pwfield"> <button onclick="login()">Log In</button>
+ <p id="passwordFeedback">Invalid password.</p>
<script src="./admin.js"></script>
<script>
- checkLoginStatus();
+ autoLogin();
</script>
</body>
</html>