mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-03-01 01:20:49 +03:00
await secret status in login page
This commit is contained in:
parent
a6a77688dc
commit
456941323b
@ -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 New Issue
Block a user