From bd35044bbf2ab725395a8576307282624469b758 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Tue, 18 Jun 2024 14:34:18 -0300 Subject: [PATCH] chore: Remove mandatory value from optional list The Common Name is mandatory and don't need to stay at this list. Signed-off-by: Vitor Mattos --- src/helpers/certification.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/helpers/certification.js b/src/helpers/certification.js index 868a1d5b54..2baae4db9b 100644 --- a/src/helpers/certification.js +++ b/src/helpers/certification.js @@ -19,13 +19,6 @@ export const options = [ value: '', helperText: t('libresign', 'Two-letter ISO 3166 country code'), }, - { - id: 'CN', - label: 'Name', - min: 1, - value: '', - helperText: t('libresign', 'Name (CN)'), - }, { id: 'ST', label: 'State',