Skip to content

Commit

Permalink
Fix organization param usage in example docs (#1096)
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesRea committed May 18, 2023
1 parent 79720c5 commit ccc53a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ Log in to an organization by specifying the `organization` parameter when settin
await createAuth0Client({
domain: '<AUTH0_DOMAIN>',
clientId: '<AUTH0_CLIENT_ID>',
organization: '<MY_ORG_ID>',
authorizationParams: {
redirect_uri: '<MY_CALLBACK_URL>'
redirect_uri: '<MY_CALLBACK_URL>',
organization: '<MY_ORG_ID>'
}
});
```
Expand Down

0 comments on commit ccc53a5

Please sign in to comment.