Skip to content

Commit 6e24f7e

Browse files
committed
docs: remove redundant Callout
1 parent b86f7bb commit 6e24f7e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/pages/guides/extending-the-session.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ This is `name`, `email`, and `image`.
1212

1313
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.
1414

15-
<Callout type="info">
16-
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.
17-
</Callout>
18-
1915
## With JWT
2016

2117
To have access to the user id, add the following to your Auth.js configuration:

0 commit comments

Comments
 (0)