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.
- -