mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
ui - unlock - remove setNetworkEndpoints calls from new unlock screen
This commit is contained in:
parent
c6f822ad45
commit
ff91ef96ef
@ -175,7 +175,6 @@ UnlockPage.propTypes = {
|
|||||||
isUnlocked: PropTypes.bool,
|
isUnlocked: PropTypes.bool,
|
||||||
t: PropTypes.func,
|
t: PropTypes.func,
|
||||||
useOldInterface: PropTypes.func,
|
useOldInterface: PropTypes.func,
|
||||||
setNetworkEndpoints: PropTypes.func,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default UnlockPage
|
export default UnlockPage
|
||||||
|
@ -6,7 +6,6 @@ const {
|
|||||||
tryUnlockMetamask,
|
tryUnlockMetamask,
|
||||||
forgotPassword,
|
forgotPassword,
|
||||||
markPasswordForgotten,
|
markPasswordForgotten,
|
||||||
setNetworkEndpoints,
|
|
||||||
} = require('../../../actions')
|
} = require('../../../actions')
|
||||||
|
|
||||||
import UnlockPage from './unlock-page.component'
|
import UnlockPage from './unlock-page.component'
|
||||||
@ -23,7 +22,6 @@ const mapDispatchToProps = dispatch => {
|
|||||||
forgotPassword: () => dispatch(forgotPassword()),
|
forgotPassword: () => dispatch(forgotPassword()),
|
||||||
tryUnlockMetamask: password => dispatch(tryUnlockMetamask(password)),
|
tryUnlockMetamask: password => dispatch(tryUnlockMetamask(password)),
|
||||||
markPasswordForgotten: () => dispatch(markPasswordForgotten()),
|
markPasswordForgotten: () => dispatch(markPasswordForgotten()),
|
||||||
setNetworkEndpoints: type => dispatch(setNetworkEndpoints(type)),
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user