Skip to content

Commit

Permalink
fix(ids-api): Use name field instead of fullname. (#17164)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
valurefugl and kodiakhq[bot] authored Dec 9, 2024
1 parent 2692a1f commit 2e1b8a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export class UserProfileService {
}

return {
name: individual.fulltNafn?.fulltNafn ?? individual.nafn ?? undefined,
name: individual.nafn ?? undefined,
givenName: individual.fulltNafn?.eiginNafn ?? undefined,
familyName: individual.fulltNafn?.kenniNafn ?? undefined,
middleName: individual.fulltNafn?.milliNafn ?? undefined,
Expand Down

0 comments on commit 2e1b8a0

Please sign in to comment.