Skip to content

Commit

Permalink
Merge branch 'master' into feat/sdk-4396
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Jul 13, 2023
2 parents 6f9e918 + 9c5fc93 commit b53555a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth0-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export interface Auth0ContextInterface<TUser extends User = User>

/**
* ```js
* auth0.logout({ returnTo: window.location.origin });
* auth0.logout({ logoutParams: { returnTo: window.location.origin } });
* ```
*
* Clears the application session and performs a redirect to `/v2/logout`, using
Expand Down

0 comments on commit b53555a

Please sign in to comment.