Increased password length limit to support passphrases.

This commit is contained in:
Teal Dulcet 2023-02-14 04:36:19 -08:00
parent 65730db0db
commit dc9d072472
3 changed files with 3 additions and 3 deletions

View file

@ -26,7 +26,7 @@ function expiryInfo(translate, archive) {
}
function password(state) {
const MAX_LENGTH = 32;
const MAX_LENGTH = 4096;
return html`
<div class="mb-2 px-1">