Skip to content

Commit

Permalink
fix: select wallet imported from json (#10628)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleBill committed Aug 25, 2023
1 parent c2e3a1c commit 9f8db52
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,11 @@ const Recovery = memo(function Recovery() {
keyStoreContent,
keyStorePassword,
)
await Web3.connect({
account: address,
providerType: ProviderType.MaskWallet,
silent: true,
})
await WalletServiceRef.value.resolveMaskAccount([{ address }])
navigate(DashboardRoutes.SignUpMaskWalletOnboarding, { replace: true })
} catch (error) {
Expand Down

0 comments on commit 9f8db52

Please sign in to comment.