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:
parent
b3740656f5
commit
be57ec2e19
1 changed files with 1 additions and 1 deletions
|
@ -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)} />
|
||||||
|
|
Loading…
Reference in a new issue