Skip to content
Snippets Groups Projects
Commit a54c664c authored by Alexandre Eberhardt's avatar Alexandre Eberhardt
Browse files

signin: Add required property for country (CA)

During the Certificate Authority creation, the admin must choose a country.
This is required and locked, but the property was missing, so the "*" was not displayed.
However, it was already not possible to create a CA without a country; this change is purely visual.

Change-Id: I7a852ccb9d6f13a1552d4d17cab1a8bc1696a463
parent 37c44a1b
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@ export default function CountrySelect({
renderInput={(params) => (
<TextField
{...params}
required
label={i18next.t("choose_a_country", "Choose a country") as string}
name="country"
variant="outlined"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment