Merge pull request #11032 from Budibase/feature/remove-cloud-flags-for-auth-branding

Removed cloud flag restriction on auth branding pages
This commit is contained in:
deanhannigan 2023-06-26 17:02:11 +01:00 committed by GitHub
commit 8dd1ab2cb0
1 changed files with 55 additions and 59 deletions

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>