diff --git a/frontend/src/modules/account/view/shared/RegisterFormFields.tsx b/frontend/src/modules/account/view/shared/RegisterFormFields.tsx index dc68edc7f..343b0198b 100644 --- a/frontend/src/modules/account/view/shared/RegisterFormFields.tsx +++ b/frontend/src/modules/account/view/shared/RegisterFormFields.tsx @@ -120,6 +120,7 @@ export function RegisterFormFields({ disableFuture required fullWidth + errors={error?.fields?.promo} /> @@ -130,6 +131,7 @@ export function RegisterFormFields({ required value={formValues?.faculty} label={t('login.formationFollowed.label')} + errors={error?.fields.faculty} > {t('login.formationFollowed.generalEngineer')} @@ -137,7 +139,7 @@ export function RegisterFormFields({ {t('login.formationFollowed.specialtyEngineer')} - {t('login.formationFollowed.master')} + {t('login.formationFollowed.master')} {t('login.formationFollowed.PhD')} {t('login.formationFollowed.bachelor')} @@ -154,6 +156,7 @@ export function RegisterFormFields({ } value={formValues?.path} label={t('login.specialProgram.label')} + errors={error?.fields?.path} helperText={t('login.specialProgram.helperText')} > {t('login.specialProgram.none')}