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,
|
||||
lang: ""
|
||||
},
|
||||
created() {
|
||||
async created() {
|
||||
this.updateBackground();
|
||||
this.lang = getLang();
|
||||
this.secretEnable = this.getSecretStatus();
|
||||
this.secretEnable = await this.getSecretStatus();
|
||||
},
|
||||
methods: {
|
||||
async login() {
|
||||
|
|
Loading…
Reference in a new issue