1
0
Fork 0
mirror of synced 2024-07-04 05:50:57 +12:00

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

View file

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