Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclarke authored and scotttrinh committed Feb 23, 2024
1 parent 7657b24 commit 17216cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/auth-nextjs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ export default function Home({
{signedIn ? (
<>
<div>You are signed in</div>
{await session.client.queryJSON(`...`)}
</>
) : (
<>
Expand Down

0 comments on commit 17216cb

Please sign in to comment.