Removed cloud flag restriction on auth branding pages

This commit is contained in:
Dean 2023-06-26 15:50:14 +01:00
parent 193899d7d0
commit 65d7e2397e
1 changed files with 55 additions and 59 deletions

View File

@ -277,7 +277,6 @@
allowClear={true} allowClear={true}
/> />
</div> </div>
{#if !isCloud}
<div class="field"> <div class="field">
<Label size="L">Title</Label> <Label size="L">Title</Label>
<Input <Input
@ -290,7 +289,6 @@
disabled={!brandingEnabled || saving} disabled={!brandingEnabled || saving}
/> />
</div> </div>
{/if}
<div> <div>
<Toggle <Toggle
text={"Remove Budibase brand from emails"} text={"Remove Budibase brand from emails"}
@ -305,7 +303,6 @@
</div> </div>
</div> </div>
{#if !isCloud}
<Divider /> <Divider />
<Layout gap="XS" noPadding> <Layout gap="XS" noPadding>
<Heading size="S">Login page</Heading> <Heading size="S">Login page</Heading>
@ -352,7 +349,6 @@
</div> </div>
</div> </div>
</div> </div>
{/if}
<Divider /> <Divider />
<Layout gap="XS" noPadding> <Layout gap="XS" noPadding>
<Heading size="S">Application previews</Heading> <Heading size="S">Application previews</Heading>