Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Dec 7, 2023
1 parent 4976be1 commit 46df11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/src/pages/upgrade-v3/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ if (!session) {

```ts
const sessionCookie = auth.createSessionCookie(session.id);
const blankSessionCookie = auth.createBlankSessionCookie(session.id);
const blankSessionCookie = auth.createBlankSessionCookie();
```

## Update authentication
Expand Down

0 comments on commit 46df11e

Please sign in to comment.