Skip to content

Commit db6c188

Browse files
docs: fix deprecated redirectUri and missing comma in organizations example
1 parent 620a4c2 commit db6c188

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

EXAMPLES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,8 @@ ReactDOM.render(
470470
domain="YOUR_AUTH0_DOMAIN"
471471
clientId="YOUR_AUTH0_CLIENT_ID"
472472
authorizationParams={{
473-
organization: "YOUR_ORGANIZATION_ID_OR_NAME"
474-
redirectUri: window.location.origin,
473+
organization: "YOUR_ORGANIZATION_ID_OR_NAME",
474+
redirect_uri: window.location.origin,
475475
}}
476476
>
477477
<App />

0 commit comments

Comments
 (0)