a few tweaks to password input. fixes #703

This commit is contained in:
Danny Coates 2018-01-19 16:53:57 -08:00
parent f7dc86ab2b
commit 48b21de011
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 46 additions and 44 deletions

View file

@ -12,7 +12,7 @@ module.exports = function(state, emit) {
<form class="setPassword hidden" onsubmit=${setPassword} data-no-csrf>
<input id="unlock-input"
class="unlock-input input-no-btn"
maxlength="64"
maxlength="32"
autocomplete="off"
placeholder="${state.translate('unlockInputPlaceholder')}"
type="password"