aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/account-export.js
diff options
context:
space:
mode:
authorDan Finlay <flyswatter@users.noreply.github.com>2017-03-23 07:00:11 +0800
committerGitHub <noreply@github.com>2017-03-23 07:00:11 +0800
commit86f9be06eb3351917e7746988ab4c50e77bb9a1e (patch)
tree7fdb83ba4a611a381f47903e3f6b82cb22ce5eec /ui/app/components/account-export.js
parent457611d8f8766bc756e154bbf4bce1efeb8a3097 (diff)
parentb9714b881a862302baa0c21d8b8c5360c0e9f85d (diff)
downloadtangerine-wallet-browser-86f9be06eb3351917e7746988ab4c50e77bb9a1e.tar.gz
tangerine-wallet-browser-86f9be06eb3351917e7746988ab4c50e77bb9a1e.tar.zst
tangerine-wallet-browser-86f9be06eb3351917e7746988ab4c50e77bb9a1e.zip
Merge branch 'master' into i1234-HardGasLimits-BrowserForm
Diffstat (limited to 'ui/app/components/account-export.js')
-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: {