mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #1247 from MetaMask/hide-password
Hide the password in the private key retrieval screen.
This commit is contained in:
commit
d82549a1ea
@ -52,6 +52,7 @@ ExportAccountView.prototype.render = function () {
|
||||
}, [
|
||||
h('p.error', warning),
|
||||
h('input#exportAccount.sizing-input', {
|
||||
type: 'password',
|
||||
placeholder: 'confirm password',
|
||||
onKeyPress: this.onExportKeyPress.bind(this),
|
||||
style: {
|
||||
|
Loading…
Reference in New Issue
Block a user