diff --git a/docs/pages/guides/extending-the-session.mdx b/docs/pages/guides/extending-the-session.mdx index 35939bc00c..734cc6b3bc 100644 --- a/docs/pages/guides/extending-the-session.mdx +++ b/docs/pages/guides/extending-the-session.mdx @@ -12,10 +12,6 @@ This is `name`, `email`, and `image`. A common use case is to add the user's id to the session. Below it is shown how to do this based on the session strategy you are using. - - By default, the `id` property does not exist on `token` or `session`. See the [TypeScript](https://authjs.dev/getting-started/typescript) on how to add it. - - ## With JWT To have access to the user id, add the following to your Auth.js configuration: