0
Fork 0
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:
Darcy Ye 2023-11-29 10:46:34 +08:00 committed by GitHub
parent f97fe62348
commit 8ebaac1e2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ function Experience({ data, isDeleted, onUpdated }: Props) {
{t('enterprise_sso_details.configure_domain_field_info_text')} {t('enterprise_sso_details.configure_domain_field_info_text')}
</InlineNotification> </InlineNotification>
)} )}
<FormField title="enterprise_sso_details.email_domain_field_name"> <FormField isRequired title="enterprise_sso_details.email_domain_field_name">
<div className={styles.description}> <div className={styles.description}>
{t('enterprise_sso_details.email_domain_field_description')} {t('enterprise_sso_details.email_domain_field_description')}
</div> </div>