summaryrefslogtreecommitdiff
path: root/frontend/admin/index.html
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2026-01-21 20:30:38 +0800
committeraltaf-creator <dev@altafcreator.com>2026-01-21 20:30:38 +0800
commit676c8584bb3f9db8a18718c7827f8ad1086df041 (patch)
treeede96b51a2c07b69ab4314071b880543ef9169ff /frontend/admin/index.html
parentba5110a61319b8a1cda213f8341b7443faf8eaab (diff)
login status
Diffstat (limited to 'frontend/admin/index.html')
-rw-r--r--frontend/admin/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/admin/index.html b/frontend/admin/index.html
index 8d415a1..8ce5812 100644
--- a/frontend/admin/index.html
+++ b/frontend/admin/index.html
@@ -9,5 +9,8 @@
<h1>LaundryWeb Admin Panel Log In</h1>
<input type="password" id="pwfield"> <button onclick="login()">Log In</button>
<script src="./admin.js"></script>
+ <script>
+ checkLoginStatus();
+ </script>
</body>
</html>