Browse Source

fixes #52

pull/114/head
Emile Nijssen 3 years ago
parent
commit
5895b986fc
  1. 3
      src/www/js/app.js

3
src/www/js/app.js

@ -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) {

Loading…
Cancel
Save