Open retore-vault route from popup (#6353)

feature/default_network_editable
Chi Kei Chan 6 years ago committed by GitHub
parent 91c4c3bdce
commit 8108eac705
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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)
}
}

Loading…
Cancel
Save