mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore(console): add required for email domain field input (#4992)
This commit is contained in:
parent
f97fe62348
commit
8ebaac1e2c
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ function Experience({ data, isDeleted, onUpdated }: Props) {
|
|||
{t('enterprise_sso_details.configure_domain_field_info_text')}
|
||||
</InlineNotification>
|
||||
)}
|
||||
<FormField title="enterprise_sso_details.email_domain_field_name">
|
||||
<FormField isRequired title="enterprise_sso_details.email_domain_field_name">
|
||||
<div className={styles.description}>
|
||||
{t('enterprise_sso_details.email_domain_field_description')}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue