mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-08 22:42:28 -04:00
Make logout button reactive, improve dropdown menu css
This commit is contained in:
parent
a391576285
commit
07c0801ad5
4 changed files with 8 additions and 4 deletions
|
@ -321,6 +321,8 @@ export default {
|
|||
// Set it to empty if done
|
||||
this.saveSettings(() => {
|
||||
this.password.currentPassword = "";
|
||||
this.$root.username = null;
|
||||
this.$root.socket.token = "autoLogin";
|
||||
}, this.password.currentPassword);
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue