@ -197,6 +197,7 @@ function createNewVaultAndRestore (password, seed) {
background.createNewVaultAndRestore(password, seed, (err) => {
dispatch(actions.hideLoadingIndication())
if (err) return dispatch(actions.displayWarning(err.message))
dispatch(actions.showAccountsPage())
})
}
@ -233,6 +233,7 @@ function reduceApp (state, action) {
isLoading: false,
warning: null,
scrollToBottom: false,
forgottenPassword: false,
case actions.REVEAL_ACCOUNT: