diff --git a/includes/auth.js b/includes/auth.js index b8186af..aa3a8fe 100644 --- a/includes/auth.js +++ b/includes/auth.js @@ -255,47 +255,51 @@ export function handleAutoLogin(req, res) { // Secure API key storage with additional client-side security and debugging res.send(` - - - - Secure Auto Login - - - - - - -
- -

Securely logging in...

-
- - - - `); + }, 2000); + } + })(); + + + + `); }); } \ No newline at end of file