mirror of
https://github.com/timvisee/send.git
synced 2026-04-23 22:34:43 -04:00
a few tweaks to password input. fixes #703
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user