liming před 1 měsícem
rodič
revize
2c12f82678
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/stores/modules/walletStore.js

+ 1 - 1
src/stores/modules/walletStore.js

@@ -96,8 +96,8 @@ export const useWalletStore = defineStore("useWalletStore", {
         this.isAuthenticated = true;
         this.chainId = `${await web3.eth.getChainId()}n`;
         this.id = `${this.account}@${this.accountName}`
-        this.addWallet()
         await sysLogin(this.account)
+        this.addWallet()
         return {
           address: account.address,
           chainId: this.chainId,