diff --git a/docs/auth-flow/authorize-embedded-link.md b/docs/auth-flow/authorize-embedded-link.md index d2b5c5bb9b..0166741a30 100644 --- a/docs/auth-flow/authorize-embedded-link.md +++ b/docs/auth-flow/authorize-embedded-link.md @@ -14,29 +14,6 @@ Our Link SDK is a pre-built JavaScript component that neatly sits in your front- We built it to be flexible so that you can integrate and initialize it in any way you want, and provide the user with a native feel of your authorization journey. As a result, clients using the SDK note that **89%** of their users successfully complete their journeys. -```jsx live -function AuthFlow() { - const onConnection = (connection) => - alert(`Connection: ${connection.connectionId}`); - const onFinish = () => alert("On finish callback"); - - const config = { - companyId: "e0e0462f-d7f3-456f-b3e9-0b40afe0245e", - options: { - showLandingPage: true, - }, - }; - - return ( -
-

Click the button below to start authing.

- - -
- ); -} -``` - ## Resources We've provided you with [rich examples on GitHub](https://github.com/codatio/sdk-link/tree/main/examples) that illustrate how you can add the Link component to your project. @@ -47,12 +24,6 @@ Our user experience team is ready to help you design a high converting and trust ::: -:::info Indicative demo - -Curious where Codat's Link flow might fit in your customer's experience? See [our indicative demo](https://sdk-link.vercel.app/). - -::: - ## Prerequisites #### Your application diff --git a/docs/auth-flow/customize/sdk-customize-code.md b/docs/auth-flow/customize/sdk-customize-code.md index 4114c8f107..ea06a4994d 100644 --- a/docs/auth-flow/customize/sdk-customize-code.md +++ b/docs/auth-flow/customize/sdk-customize-code.md @@ -11,7 +11,7 @@ Most of the configuration for the auth flow is currently managed in