diff --git a/packages/builder/src/pages/builder/app/[application]/settings/oauth2/AddButton.svelte b/packages/builder/src/pages/builder/app/[application]/settings/oauth2/AddButton.svelte index c0167863a5..88f3ad2a2a 100644 --- a/packages/builder/src/pages/builder/app/[application]/settings/oauth2/AddButton.svelte +++ b/packages/builder/src/pages/builder/app/[application]/settings/oauth2/AddButton.svelte @@ -7,6 +7,7 @@ Divider, Heading, Input, + Link, Modal, ModalContent, } from "@budibase/bbui" @@ -40,10 +41,10 @@ bind:value={config.url} />
- The location where the flow sends the credentials. This field should be - a full URL. + + The location where the flow sends the credentials. This field should be + a full URL. +
+ To learn how to configure OAuth2, our documentation our documentation.