Skip to content

Commit

Permalink
chanegs to dashboard link
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabhpoddar committed Aug 10, 2024
1 parent ffb35b4 commit 0db29ef
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion v2/emailpassword/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hide_title: true
## Demo application

- See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/).
- We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/auth/dashboard). The credentials for logging in are:
- We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/api/auth/dashboard). The credentials for logging in are:
```text
email: [email protected]
password: abcd1234
Expand Down
2 changes: 1 addition & 1 deletion v2/passwordless/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import TechStackSupport from "../community/reusableMD/supported-tech-stacks.mdx"
## Demo application

- See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/).
- We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/auth/dashboard). The credentials for logging in are:
- We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/api/auth/dashboard). The credentials for logging in are:
```text
email: [email protected]
password: abcd1234
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdparty/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hide_title: true
## Demo application

- See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/).
- We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/auth/dashboard). The credentials for logging in are:
- We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/api/auth/dashboard). The credentials for logging in are:
```text
email: [email protected]
password: abcd1234
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartyemailpassword/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hide_title: true
## Demo application

- See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/).
- We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/auth/dashboard). The credentials for logging in are:
- We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/api/auth/dashboard). The credentials for logging in are:
```text
email: [email protected]
password: abcd1234
Expand Down
2 changes: 1 addition & 1 deletion v2/thirdpartypasswordless/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ hide_title: true
## Demo application

- See our [live demo app](https://^{docsLinkRecipeName}.demo.supertokens.com/).
- We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/auth/dashboard). The credentials for logging in are:
- We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/api/auth/dashboard). The credentials for logging in are:
```text
email: [email protected]
password: abcd1234
Expand Down
2 changes: 1 addition & 1 deletion v2/userdashboard/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ With the user management dashboard, you can view the list of users on SuperToken

## Live demo

We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/auth/dashboard). The credentials for logging in are:
We have a read-only user management dashboard (with fake data), and it can be accessed [on this link](https://dashboard.demo.supertokens.com/api/auth/dashboard). The credentials for logging in are:

```text
email: [email protected]
Expand Down

0 comments on commit 0db29ef

Please sign in to comment.