Skip to content

Commit

Permalink
Update articles/quickstart/webapp/nextjs/01-login.md
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Prijck <[email protected]>
  • Loading branch information
adamjmcgrath and frederikprijck authored Aug 25, 2023
1 parent 9a6e759 commit 009a0a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/quickstart/webapp/nextjs/01-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ The `user` property contains sensitive information and artifacts related to the
- Ensure that the SDK has loaded successfully by checking that no `error` was produced.
- Check the `user` property to ensure that Auth0 has authenticated the user before React renders any component that consumes it.

### From a Client Component
### From a Server Component

The profile information is available through the `user` property exposed by the `getSession` function. Take this [Server Component](https://nextjs.org/docs/getting-started/react-essentials#server-components) as an example of how to use it:

Expand Down

0 comments on commit 009a0a8

Please sign in to comment.