Skip to content

Commit

Permalink
Merge pull request #214 from navikt/utloggingsvarsel-dekoratoren
Browse files Browse the repository at this point in the history
Legger til utloggingsvarsel fra dekoratoren
  • Loading branch information
Thomas-CT authored Sep 12, 2023
2 parents 692f83a + da97f49 commit 86b2ff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ export default class MyDocument extends Document<Props> {
logoutUrl:
publicRuntimeConfig.basePath +
'/oauth2/logout',
logoutWarning: true,
},
});
return {
Expand Down

0 comments on commit 86b2ff8

Please sign in to comment.