mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
password maxlength and wrapping
This commit is contained in:
@@ -16,6 +16,7 @@ module.exports = function(state, emit) {
|
||||
${label}
|
||||
<form id="unlock" onsubmit=${checkPassword}>
|
||||
<input id="unlock-input"
|
||||
maxlength="64"
|
||||
autocomplete="off"
|
||||
placeholder="${state.translate('unlockInputPlaceholder')}"
|
||||
type="password"/>
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user