SEO Update

This commit is contained in:
edsea
2025-01-09 01:35:58 +01:00
parent a1882b7523
commit 749a808119
8 changed files with 93 additions and 3 deletions

View File

@@ -4,8 +4,7 @@ document.addEventListener('DOMContentLoaded', async (v) =>{
loginForm.addEventListener('submit', async (e) =>{
e.preventDefault();
login();
await login();
})
})