mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -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>
|
||||
{!!host && (
|
||||
<FormField title="domain.custom.custom_domain_field">
|
||||
<FormField title="protected_app.form.domain_field_label">
|
||||
{showCustomDomainLoadingMask && (
|
||||
<div className={styles.loadingSkeleton}>
|
||||
<div className={classNames(styles.bone, styles.title)} />
|
||||
|
|
Loading…
Reference in a new issue