Skip to content

Commit

Permalink
Merge branch 'main' into APL-221
Browse files Browse the repository at this point in the history
  • Loading branch information
ferruhcihan committed Sep 24, 2024
2 parents b7f14f7 + 2869fea commit dbff66a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/operator/keycloak.ts
Original file line number Diff line number Diff line change
Expand Up @@ -717,9 +717,6 @@ async function createUser(api: any, user: any) {
try {
if (existingUser) {
console.debug(`User with email ${email} already exists`)
// await doApiCall(errors, `Updating user ${user}`, async () =>
// api.users.realmUsersIdPut(keycloakRealm, existingUser.id as string, userConf),
// )
} else {
await doApiCall(errors, `Creating user ${username}`, () => api.users.realmUsersPost(keycloakRealm, userConf))
}
Expand Down

0 comments on commit dbff66a

Please sign in to comment.