0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-06 20:40:08 -05:00

refactor(console): update protected app custom domain field to app domain (#5680)

This commit is contained in:
Charles Zhao 2024-04-11 15:17:33 +08:00 committed by GitHub
parent b3740656f5
commit be57ec2e19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,7 +170,7 @@ function ProtectedAppSettings({ data }: Props) {
/> />
</FormField> </FormField>
{!!host && ( {!!host && (
<FormField title="domain.custom.custom_domain_field"> <FormField title="protected_app.form.domain_field_label">
{showCustomDomainLoadingMask && ( {showCustomDomainLoadingMask && (
<div className={styles.loadingSkeleton}> <div className={styles.loadingSkeleton}>
<div className={classNames(styles.bone, styles.title)} /> <div className={classNames(styles.bone, styles.title)} />