Skip to content

Commit

Permalink
Merge branch 'main' into fix-auth-handler-types
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Jul 31, 2023
2 parents 599a31b + 8ccd61b commit 37f2c34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/http/auth0-next-response-cookies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const warn = () => {
if (process.env.NODE_ENV === 'development' && !warned) {
console.warn(
'nextjs-auth0 is attempting to set cookies from a server component,' +
'see https://github.com/auth0/nextjs-auth0/tree/beta#important-limitations-of-the-app-directory'
'see https://github.com/auth0/nextjs-auth0#important-limitations-of-the-app-directory'
);
warned = true;
}
Expand Down

0 comments on commit 37f2c34

Please sign in to comment.