Skip to content

Commit

Permalink
Bruk fornavnEtternavn som navn
Browse files Browse the repository at this point in the history
  • Loading branch information
dijjal committed Aug 8, 2024
1 parent e229468 commit f9a6bec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public List<String> hentAvdelingerNavnForAnsatt(String ident) {
}

private static BrukerProfil mapTilDomene(AzureBrukerKlient.BrukerProfilResponse klientResponse) {
return new BrukerProfil(klientResponse.ident(), klientResponse.navn(), klientResponse.fornavnEtternavn(), klientResponse.epost(),
return new BrukerProfil(klientResponse.ident(), klientResponse.fornavnEtternavn(), klientResponse.fornavnEtternavn(), klientResponse.epost(),
avdeling(klientResponse.ansattVedEnhetId()));
}

Expand Down

0 comments on commit f9a6bec

Please sign in to comment.