From 7f34265f6646d77e6b76758b7e97a7374150c0cc Mon Sep 17 00:00:00 2001 From: rishabhpoddar Date: Thu, 27 Jun 2024 13:56:35 +0530 Subject: [PATCH] adds back dashboard linkl --- v2/emailpassword/introduction.mdx | 5 +++++ v2/passwordless/introduction.mdx | 5 +++++ v2/thirdparty/introduction.mdx | 5 +++++ v2/thirdpartyemailpassword/introduction.mdx | 5 +++++ v2/thirdpartypasswordless/introduction.mdx | 5 +++++ 5 files changed, 25 insertions(+) diff --git a/v2/emailpassword/introduction.mdx b/v2/emailpassword/introduction.mdx index 5e840e653..10b4c148d 100644 --- a/v2/emailpassword/introduction.mdx +++ b/v2/emailpassword/introduction.mdx @@ -20,6 +20,11 @@ hide_title: true ## Demo application - See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/). +- The user management dashboard for this demo app can be accessed [on this link](https://api-^{docsLinkRecipeName}.demo.supertokens.com/auth/dashboard). The credentials for logging in are: + ```text + email: demo@supertokens.com + password: abcd1234 + ``` - Generate a starter app ```bash npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} diff --git a/v2/passwordless/introduction.mdx b/v2/passwordless/introduction.mdx index 7f39bc555..babea4eed 100644 --- a/v2/passwordless/introduction.mdx +++ b/v2/passwordless/introduction.mdx @@ -22,6 +22,11 @@ import TechStackSupport from "../community/reusableMD/supported-tech-stacks.mdx" ## Demo application - See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/). +- The user management dashboard for this demo app can be accessed [on this link](https://api-^{docsLinkRecipeName}.demo.supertokens.com/auth/dashboard). The credentials for logging in are: + ```text + email: demo@supertokens.com + password: abcd1234 + ``` - Generate a starter app ```bash npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} diff --git a/v2/thirdparty/introduction.mdx b/v2/thirdparty/introduction.mdx index 1b68e66af..f0b993df8 100644 --- a/v2/thirdparty/introduction.mdx +++ b/v2/thirdparty/introduction.mdx @@ -20,6 +20,11 @@ hide_title: true ## Demo application - See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/). +- The user management dashboard for this demo app can be accessed [on this link](https://api-^{docsLinkRecipeName}.demo.supertokens.com/auth/dashboard). The credentials for logging in are: + ```text + email: demo@supertokens.com + password: abcd1234 + ``` - Generate a starter app ```bash npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} diff --git a/v2/thirdpartyemailpassword/introduction.mdx b/v2/thirdpartyemailpassword/introduction.mdx index b46a48406..c23e9418b 100644 --- a/v2/thirdpartyemailpassword/introduction.mdx +++ b/v2/thirdpartyemailpassword/introduction.mdx @@ -20,6 +20,11 @@ hide_title: true ## Demo application - See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/). +- The user management dashboard for this demo app can be accessed [on this link](https://api-^{docsLinkRecipeName}.demo.supertokens.com/auth/dashboard). The credentials for logging in are: + ```text + email: demo@supertokens.com + password: abcd1234 + ``` - Generate a starter app ```bash npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName} diff --git a/v2/thirdpartypasswordless/introduction.mdx b/v2/thirdpartypasswordless/introduction.mdx index fd841696d..d0e4930fb 100644 --- a/v2/thirdpartypasswordless/introduction.mdx +++ b/v2/thirdpartypasswordless/introduction.mdx @@ -22,6 +22,11 @@ hide_title: true ## Demo application - See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/). +- The user management dashboard for this demo app can be accessed [on this link](https://api-^{docsLinkRecipeName}.demo.supertokens.com/auth/dashboard). The credentials for logging in are: + ```text + email: demo@supertokens.com + password: abcd1234 + ``` - Generate a starter app ```bash npx create-supertokens-app@latest --recipe=^{docsLinkRecipeName}