mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-08-12 02:27:24 +08:00
improve disableAuth handling
This commit is contained in:
@@ -194,7 +194,7 @@ export default {
|
||||
enableAuth() {
|
||||
this.settings.disableAuth = false;
|
||||
this.saveSettings();
|
||||
this.$root.storage().token = null;
|
||||
this.$root.storage().removeItem("token");
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user