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.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontend/admin/index.html b/frontend/admin/index.html
index 8d415a1..76df357 100644
--- a/frontend/admin/index.html
+++ b/frontend/admin/index.html
@@ -8,6 +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>
+ autoLogin();
+ </script>
</body>
</html>