diff options
Merge branch 'master' into i238-kovan
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/account-export.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/components/account-export.js b/ui/app/components/account-export.js index 38a1d28ef..888196c5d 100644 --- a/ui/app/components/account-export.js +++ b/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: { |