Skip to content

Commit

Permalink
Open retore-vault route from popup (#6353)
Browse files Browse the repository at this point in the history
  • Loading branch information
chikeichan authored Mar 27, 2019
1 parent 91c4c3b commit 8108eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/pages/unlock-page/unlock-page.container.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}

Expand Down

0 comments on commit 8108eac

Please sign in to comment.