Remove invalid "this." from keycloak-admin-client README (#28696)
Closes #28704 Signed-off-by: Paul Köck <paul@koeck.dev>
This commit is contained in:
parent
d2fd6bd221
commit
0f88753f34
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const groups = await kcAdminClient.groups.find();
|
|||
|
||||
// Set a `realm` property to override the realm for only a single operation.
|
||||
// For example, creating a user in another realm:
|
||||
await this.kcAdminClient.users.create({
|
||||
await kcAdminClient.users.create({
|
||||
realm: 'a-third-realm',
|
||||
username: 'username',
|
||||
email: 'user@example.com',
|
||||
|
|
Loading…
Reference in a new issue