Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/html
diff options
context:
space:
mode:
Diffstat (limited to 'web/html')
-rw-r--r--web/html/login.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/login.html b/web/html/login.html
index 1b6478de..ea298168 100644
--- a/web/html/login.html
+++ b/web/html/login.html
@@ -120,10 +120,10 @@
secretEnable: false,
lang: ""
},
- created() {
+ async created() {
this.updateBackground();
this.lang = getLang();
- this.secretEnable = this.getSecretStatus();
+ this.secretEnable = await this.getSecretStatus();
},
methods: {
async login() {