mirror of
https://github.com/WeeJeWel/wg-easy.git
synced 2024-12-22 17:19:23 +08:00
fixes #52
This commit is contained in:
parent
8d8ac536ff
commit
5895b986fc
@ -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…
Reference in New Issue
Block a user