From d3b541e126df844caaf1d8299290a7c7dbcd9698 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 10 May 2016 10:45:31 -0700 Subject: Fix transition bugs after vault restore --- ui/app/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/actions.js') diff --git a/ui/app/actions.js b/ui/app/actions.js index 5e4a0d7da..5c5805c29 100644 --- a/ui/app/actions.js +++ b/ui/app/actions.js @@ -135,8 +135,8 @@ function recoverFromSeed(password, seed) { dispatch(this.hideLoadingIndication()) if (err) return dispatch(this.displayWarning(err.message)) + dispatch(this.goHome()) dispatch(this.unlockMetamask()) - dispatch(this.showAccountsPage()) }) } } -- cgit v1.2.3