Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ise.git into main
  • Loading branch information
culmat committed Jan 23, 2024
2 parents 40bc426 + a76bf4b commit 1f907a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/baloise/azure/FunctionalOrgEndpoint.java
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@ private Map<String, Object> mapUser(DirectoryObject dirObj, boolean internal) {
return Map.of(
"preferredLanguage", notNull(u.preferredLanguage),
"officeLocation", notNull(u.officeLocation),
"displayName", notNull(u.displayName),
"givenName", notNull(u.givenName),
"surname", notNull(u.surname),
"mail", notNull(u.mail),
Expand Down

0 comments on commit 1f907a5

Please sign in to comment.