Skip to content

Commit

Permalink
Support Organization Name (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck authored Jul 13, 2023
1 parent 9c5fc93 commit 2c80930
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ ReactDOM.render(
domain="YOUR_AUTH0_DOMAIN"
clientId="YOUR_AUTH0_CLIENT_ID"
authorizationParams={{
organization: "YOUR_ORGANIZATION_ID"
organization: "YOUR_ORGANIZATION_ID_OR_NAME"
redirectUri: window.location.origin,
}}
>
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
"react-dom": "^16.11.0 || ^17 || ^18"
},
"dependencies": {
"@auth0/auth0-spa-js": "^2.0.8"
"@auth0/auth0-spa-js": "^2.1.0"
}
}

0 comments on commit 2c80930

Please sign in to comment.