mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-04-19 21:42:24 +00:00
await secret status in login page
This commit is contained in:
parent
a6a77688dc
commit
456941323b
1 changed files with 2 additions and 2 deletions
|
@ -120,10 +120,10 @@
|
||||||
secretEnable: false,
|
secretEnable: false,
|
||||||
lang: ""
|
lang: ""
|
||||||
},
|
},
|
||||||
created() {
|
async created() {
|
||||||
this.updateBackground();
|
this.updateBackground();
|
||||||
this.lang = getLang();
|
this.lang = getLang();
|
||||||
this.secretEnable = this.getSecretStatus();
|
this.secretEnable = await this.getSecretStatus();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
async login() {
|
async login() {
|
||||||
|
|
Loading…
Reference in a new issue