Skip to content

Commit

Permalink
Fix set credential password
Browse files Browse the repository at this point in the history
  • Loading branch information
ellykits committed Sep 3, 2021
1 parent e5172e8 commit acc939d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ class KeycloakUserVerticle : BaseKeycloakVerticle() {
) {
this.getJsonArray(CREDENTIALS).getJsonObject(0).apply {
remove(TEMPORARY)
put(VALUE, openMRSUsersMap[username])
put(VALUE, openMRSUsersMap.getValue(username).password)
}
}
},
Expand Down

0 comments on commit acc939d

Please sign in to comment.