await secret status in login page
This commit is contained in:
parent
a6a77688dc
commit
456941323b
@ -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…
x
Reference in New Issue
Block a user