diff --git a/EXAMPLES.md b/EXAMPLES.md index f2d2ff68f..640739445 100644 --- a/EXAMPLES.md +++ b/EXAMPLES.md @@ -163,9 +163,9 @@ Log in to an organization by specifying the `organization` parameter when settin await createAuth0Client({ domain: '', clientId: '', - organization: '', authorizationParams: { - redirect_uri: '' + redirect_uri: '', + organization: '' } }); ```