diff options
Diffstat (limited to 'frontend/admin/index.html')
| -rw-r--r-- | frontend/admin/index.html | 3 |
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> |
