a few tweaks to password input. fixes #703
This commit is contained in:
parent
f7dc86ab2b
commit
48b21de011
3 changed files with 46 additions and 44 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue