Skip to content

Commit

Permalink
lagt til parsing av innlogget bruker navn om den finnes
Browse files Browse the repository at this point in the history
  • Loading branch information
d142796 committed Mar 15, 2024
1 parent 6fd4075 commit 834ad73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/innlogget-bruker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export type Rolle = 'DELTAKER' | 'ARBEIDSGIVER' | 'VEILEDER' | 'MENTOR' | 'BESLU
export interface InnloggetBruker {
identifikator: string;
erNavAnsatt: boolean;
navn?: string;
altinnOrganisasjoner: AltinnOrganisasjon[];
rolle: Rolle;
tilganger: Tilganger;
Expand Down

0 comments on commit 834ad73

Please sign in to comment.