Skip to content

Commit

Permalink
[docs] Fix 404 link (#4401)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Nov 10, 2024
1 parent 0898983 commit 08d84ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/data/toolpad/core/components/account/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ You can use the `useSession` hook to extend the existing session and add additio

{{"demo": "./AccountCustomUserDetails.js", "bg": "outlined", "defaultCodeOpen": false}}

You can find more details on the [`useSession` docs page](/toolopad/core/react-use-session/).
You can find more details on the [`useSession` docs page](/toolpad/core/react-use-session/).
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Find details on how to set up each provider in the [Auth.js documentation](https

## Magic Link

The `SignIn` page component supports magic links. To enable this, you have to set up a provider such as Auth.js NodeMailer. See more details in the Auth.js docs on [database setup for email](https://authjs.dev/getting-started/authentication/email) and [Nodemailer configuration](https://authjs.dev/getting-started/providers/nodemailer/).
The `SignIn` page component supports magic links. To enable this, you have to set up a provider such as Auth.js NodeMailer. See more details in the Auth.js docs on [database setup for email](https://authjs.dev/getting-started/authentication/email) and [Nodemailer configuration](https://authjs.dev/getting-started/providers/nodemailer).

To render a magic link form, pass in a provider with `nodemailer` as the `id` property.

Expand Down

0 comments on commit 08d84ee

Please sign in to comment.