Skip to content

Commit

Permalink
Update example for skipRedirectCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Nov 30, 2023
1 parent 27fc16a commit f36a6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/auth0-plugin-options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export interface Auth0PluginOptions {
* In these cases you can instruct the client to ignore certain URLs by setting `skipRedirectCallback`.
*
* ```js
* createAuth0({
* createAuth0({}, {
* skipRedirectCallback: window.location.pathname === '/other-callback'
* })
* ```
Expand Down

0 comments on commit f36a6b4

Please sign in to comment.