From 629cf7f7e0018f26df3a5ebcfdc6761daaa3777d Mon Sep 17 00:00:00 2001 From: Chi Kei Chan Date: Tue, 26 Mar 2019 13:48:44 -0700 Subject: [PATCH] Open retore-vault route from popup --- ui/app/pages/unlock-page/unlock-page.container.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/pages/unlock-page/unlock-page.container.js b/ui/app/pages/unlock-page/unlock-page.container.js index bd43666fc4bb..b89392ab539c 100644 --- a/ui/app/pages/unlock-page/unlock-page.container.js +++ b/ui/app/pages/unlock-page/unlock-page.container.js @@ -39,7 +39,7 @@ const mergeProps = (stateProps, dispatchProps, ownProps) => { history.push(RESTORE_VAULT_ROUTE) if (getEnvironmentType(window.location.href) === ENVIRONMENT_TYPE_POPUP) { - global.platform.openExtensionInBrowser() + global.platform.openExtensionInBrowser(RESTORE_VAULT_ROUTE) } }