Skip to content

Commit 69b5730

Browse files
committed
fix: add maxlength
According to RFC 5280, the CN must not exceed 64 characters. ref: https://www.rfc-editor.org/rfc/rfc5280#page-124 Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 4e50c6c commit 69b5730

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Components/Request/IdentifySigner.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
v-model="displayName"
1515
aria-describedby="name-input"
1616
autocapitalize="none"
17+
maxlength="64"
1718
:label="t('libresign', 'Signer name')"
1819
:required="true"
1920
:error="nameHaveError"

0 commit comments

Comments
 (0)