Skip to content

Commit

Permalink
FKS-1000 Set mobilephonenumber to null
Browse files Browse the repository at this point in the history
  • Loading branch information
Erling Jahr committed Oct 21, 2024
1 parent b4a782d commit e226eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/no/fintlabs/externalUser/ExternalUser.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public User toUser(){
.mainOrganisationUnitName(mainOrganisationUnitName)
.mainOrganisationUnitId(mainOrganisationUnitId)
.email(email)
.mobilePhone(mobilePhone)
.mobilePhone(null)
.status(accountEnabled?"ACTIVE" :"DISABLED")
.build();
}
Expand Down

0 comments on commit e226eb1

Please sign in to comment.