This commit is contained in:
Emile Nijssen 2021-11-12 21:15:40 +00:00
parent 8d8ac536ff
commit 5895b986fc
1 changed files with 1 additions and 2 deletions

View File

@ -47,8 +47,6 @@ new Vue({
return client; return client;
}); });
console.log(clients);
}, },
login(e) { login(e) {
e.preventDefault(); e.preventDefault();
@ -71,6 +69,7 @@ new Vue({
}) })
.finally(() => { .finally(() => {
this.authenticating = false; this.authenticating = false;
this.password = null;
}); });
}, },
logout(e) { logout(e) {