Skip to content

Commit

Permalink
prefixed lastname with 'ekstern' for external users
Browse files Browse the repository at this point in the history
  • Loading branch information
Erling Jahr committed Nov 29, 2023
1 parent 331978f commit 2ac0fc0
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 @@ -41,7 +41,7 @@ public User toUser(){
.builder()
.id(id)
.firstName(firstName)
.lastName(lastName)
.lastName(lastName + " (ekstern)")
.userType("EXTERNAL")
.resourceId(String.valueOf(idpUserObjectId))
.userName(userName)
Expand Down

0 comments on commit 2ac0fc0

Please sign in to comment.