This commit is contained in:
2025-03-28 16:27:07 +01:00
parent d2848447b6
commit 6d33ec5727
7 changed files with 216 additions and 59 deletions

View File

@@ -12,7 +12,7 @@
e.preventDefault();
const email = e.target.email.value;
const password = e.target.password.value;
window.sign(email, password);
await window.sign(email, password);
window.location.href = '#';
},
onMounted() {