diff --git a/v2/emailpassword/custom-ui/init/frontend.mdx b/v2/emailpassword/custom-ui/init/frontend.mdx index 84a66a9cf..17b237348 100644 --- a/v2/emailpassword/custom-ui/init/frontend.mdx +++ b/v2/emailpassword/custom-ui/init/frontend.mdx @@ -57,6 +57,12 @@ You need to add all of the following scripts to your app +:::info + +If you want to implement a common authencation experience for both web and mobile, please look at our [**Unified Login guide**](/docs/unified-login/introduction). + +::: + diff --git a/v2/passwordless/custom-ui/init/frontend.mdx b/v2/passwordless/custom-ui/init/frontend.mdx index 7fc67425f..f9100de64 100644 --- a/v2/passwordless/custom-ui/init/frontend.mdx +++ b/v2/passwordless/custom-ui/init/frontend.mdx @@ -58,8 +58,15 @@ You need to add all of the following scripts to your app +:::info + +If you want to implement a common authencation experience for both web and mobile, please look at our [**Unified Login guide**](/docs/unified-login/introduction). + +::: + + ```bash diff --git a/v2/thirdparty/custom-ui/init/frontend.mdx b/v2/thirdparty/custom-ui/init/frontend.mdx index be3978fbf..0632392b6 100644 --- a/v2/thirdparty/custom-ui/init/frontend.mdx +++ b/v2/thirdparty/custom-ui/init/frontend.mdx @@ -56,6 +56,12 @@ You need to add all of the following scripts to your app +:::info + +If you want to implement a common authencation experience for both web and mobile, please look at our [**Unified Login guide**](/docs/unified-login/introduction). + +::: + diff --git a/v2/thirdpartyemailpassword/custom-ui/init/frontend.mdx b/v2/thirdpartyemailpassword/custom-ui/init/frontend.mdx index b4123a680..43c0b5bab 100644 --- a/v2/thirdpartyemailpassword/custom-ui/init/frontend.mdx +++ b/v2/thirdpartyemailpassword/custom-ui/init/frontend.mdx @@ -57,6 +57,12 @@ You need to add all of the following scripts to your app +:::info + +If you want to implement a common authencation experience for both web and mobile, please look at our [**Unified Login guide**](/docs/unified-login/introduction). + +::: + @@ -314,4 +320,4 @@ The next steps are to: - Step 2: setup the backend SDK in your API layer - Step 3: Setup the SuperTokens core (sign up for managed service, or self host it) - Step 4: Enable the user management dashboard -- Use the frontend SDK's helper functions to build your own UI - follow along the docs in the "Using your own UI" section and you will find docs for this after "Step 4". \ No newline at end of file +- Use the frontend SDK's helper functions to build your own UI - follow along the docs in the "Using your own UI" section and you will find docs for this after "Step 4". diff --git a/v2/thirdpartypasswordless/custom-ui/init/frontend.mdx b/v2/thirdpartypasswordless/custom-ui/init/frontend.mdx index 8f5185019..170db898e 100644 --- a/v2/thirdpartypasswordless/custom-ui/init/frontend.mdx +++ b/v2/thirdpartypasswordless/custom-ui/init/frontend.mdx @@ -60,6 +60,12 @@ You need to add all of the following scripts to your app +:::info + +If you want to implement a common authencation experience for both web and mobile, please look at our [**Unified Login guide**](/docs/unified-login/introduction). + +::: +