Closed ChiragAgg5k closed 5 days ago
Added missing await while fetching the session via cookies().get("my-custom-session") in nextjs-ssr-auth tutorial, step 3.
cookies().get("my-custom-session")
nextjs-ssr-auth
Documentation is now correct for this.
Yes.
my bad already done.
What does this PR do?
Added missing await while fetching the session via
cookies().get("my-custom-session")
innextjs-ssr-auth
tutorial, step 3.Test Plan
Documentation is now correct for this.
Related PRs and Issues
1365
Have you read the Contributing Guidelines on issues?
Yes.