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: Rita Zerrizuela <[email protected]>
  • Loading branch information
adamjmcgrath and Widcket committed Oct 9, 2023
1 parent 4eb33f0 commit a9017e8
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 @@ -69,7 +69,7 @@ This creates the following routes:
- `/api/auth/me`: The route to fetch the user profile from.

::: note
This QuickStart targets the Next.js [App Router](https://nextjs.org/docs/app). If you're using the [Pages Router](https://nextjs.org/docs/pages), checkout the example in the SDK's [README](https://github.com/auth0/nextjs-auth0#page-router).
This QuickStart targets the Next.js [App Router](https://nextjs.org/docs/app). If you're using the [Pages Router](https://nextjs.org/docs/pages), check out the example in the SDK's [README](https://github.com/auth0/nextjs-auth0#page-router).
:::

### Add the `UserProvider` component
Expand Down

0 comments on commit a9017e8

Please sign in to comment.