1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00

Merge pull request #2903 from Budibase/cloud-license-agreement

added 'you agree to license' on cloud login
This commit is contained in:
Martin McKeaveney 2021-10-06 15:36:57 +01:00 committed by GitHub
commit 09d4175501
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
Input,
Layout,
notifications,
Link,
} from "@budibase/bbui"
import { goto, params } from "@roxi/routify"
import { auth, organisation, oidc, admin } from "stores/portal"
@ -97,6 +98,16 @@
</ActionButton>
{/if}
</Layout>
{#if cloud}
<Body size="xs" textAlign="center">
By using Budibase Cloud
<br />
you are agreeing to our
<Link href="https://budibase.com/eula" target="_blank"
>License Agreement</Link
>
</Body>
{/if}
</Layout>
</div>
</div>