aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components
diff options
context:
space:
mode:
authorKevin Serrano <kevgagser@gmail.com>2017-03-23 06:51:52 +0800
committerGitHub <noreply@github.com>2017-03-23 06:51:52 +0800
commit45cdf6bdea5c05c49ea6f4168115fdd716b30c0a (patch)
tree8a64ba23ca145fb4957ac20fa0cd88501f99eb7e /ui/app/components
parent16bdfd3d6e515e8f9a3246fe84372bfc6e2158db (diff)
parentd82549a1ea652d85eaa8ad941e2ed5d2f2b84ff6 (diff)
downloadtangerine-wallet-browser-45cdf6bdea5c05c49ea6f4168115fdd716b30c0a.tar.gz
tangerine-wallet-browser-45cdf6bdea5c05c49ea6f4168115fdd716b30c0a.tar.zst
tangerine-wallet-browser-45cdf6bdea5c05c49ea6f4168115fdd716b30c0a.zip
Merge branch 'master' into i238-kovan
Diffstat (limited to 'ui/app/components')
-rw-r--r--ui/app/components/account-export.js1
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: {