summaryrefslogtreecommitdiff
path: root/frontend/admin/index.html
diff options
context:
space:
mode:
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>