projet
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user