Hide the password in the private key retrieval screen.

feature/default_network_editable
Kevin Serrano 8 years ago
parent 864f8b06f9
commit 41e276b036
No known key found for this signature in database
GPG Key ID: BF999DEFC7371BA1
  1. 1
      ui/app/components/account-export.js

@ -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…
Cancel
Save