Skip to content

Commit

Permalink
Update EXAMPLES.md (#1351)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Oct 21, 2023
1 parent 86dbf2d commit 7844265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ auth0.parseHash({}, ({ idTokenPayload }) => {
With the organization stored in a persistent storage, you want to ensure it's always pulled in from there when calling `checkSession`:

```js
webAuth.checkSessions(
webAuth.checkSession(
{
organization: localStorage.setItem('app_organization')
},
Expand Down

0 comments on commit 7844265

Please sign in to comment.