Skip to content

Commit

Permalink
chore: Remove mandatory value from optional list
Browse files Browse the repository at this point in the history
The Common Name is mandatory and don't need to stay at this list.

Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jun 18, 2024
1 parent ae4586b commit f831bc0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/helpers/certification.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f831bc0

Please sign in to comment.