aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages/unlock-page/unlock-page.container.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/pages/unlock-page/unlock-page.container.js')
-rw-r--r--ui/app/pages/unlock-page/unlock-page.container.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/pages/unlock-page/unlock-page.container.js b/ui/app/pages/unlock-page/unlock-page.container.js
index bd43666fc..b89392ab5 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)
}
}