From 08d84ee4ef9e5be2a24ea629b34fb0d1175c46f0 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sun, 10 Nov 2024 17:54:54 +0100 Subject: [PATCH] [docs] Fix 404 link (#4401) --- docs/data/toolpad/core/components/account/account.md | 2 +- docs/data/toolpad/core/components/sign-in-page/sign-in-page.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/data/toolpad/core/components/account/account.md b/docs/data/toolpad/core/components/account/account.md index 7b93d1b3d53..c506aca73b7 100644 --- a/docs/data/toolpad/core/components/account/account.md +++ b/docs/data/toolpad/core/components/account/account.md @@ -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/). diff --git a/docs/data/toolpad/core/components/sign-in-page/sign-in-page.md b/docs/data/toolpad/core/components/sign-in-page/sign-in-page.md index bc7097a9f28..cdbc0bcfdc6 100644 --- a/docs/data/toolpad/core/components/sign-in-page/sign-in-page.md +++ b/docs/data/toolpad/core/components/sign-in-page/sign-in-page.md @@ -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.