chore: debug

This commit is contained in:
Shivam Mishra
2024-10-08 11:31:33 +05:30
parent 9101e1e221
commit 42fb083491
3 changed files with 5 additions and 4 deletions
@@ -95,8 +95,8 @@ export default {
return this.id.toString();
},
},
mounted() {
this.initializeAccount();
async mounted() {
await this.initializeAccount();
},
methods: {
async initializeAccount() {