@@ -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() {