mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-10-10 20:28:36 -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
|
@ -103,8 +103,8 @@ export default {
|
|||
|
||||
socket.on("autoLogin", (monitorID, data) => {
|
||||
this.loggedIn = true;
|
||||
this.username = "No Auth";
|
||||
this.storage().token = "autoLogin";
|
||||
this.socket.token = "autoLogin";
|
||||
this.allowLoginDialog = false;
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue