diff --git a/src/views/pages/accounts/import-account/import-mnemonic/ImportMnemonicTs.ts b/src/views/pages/accounts/import-account/import-mnemonic/ImportMnemonicTs.ts index d8f5259b4..02879a596 100644 --- a/src/views/pages/accounts/import-account/import-mnemonic/ImportMnemonicTs.ts +++ b/src/views/pages/accounts/import-account/import-mnemonic/ImportMnemonicTs.ts @@ -73,6 +73,7 @@ export default class ImportMnemonicTs extends Vue { // - delete the temporary account from storage const identifier = this.currentAccount.getIdentifier() this.accounts.delete(identifier) + this.$store.dispatch('account/RESET_STATE') // - back to previous page this.$router.push({name: 'accounts.importAccount.info'})