password maxlength and wrapping

This commit is contained in:
Erica Wright
2017-10-25 10:50:37 -04:00
parent 82a8283b6e
commit 6e7ed3cea3
3 changed files with 3 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ module.exports = function(state, emit) {
</div>
<form class="setPassword hidden" onsubmit=${setPassword}>
<input id="unlock-input"
maxlength="64"
autocomplete="off"
placeholder="${state.translate('unlockInputPlaceholder')}"/>
<input type="submit"