Skip to content

Commit

Permalink
Legger til utloggingsvarsel fra dekoratoren
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-CT committed Sep 7, 2023
1 parent 44d195a commit da97f49
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 da97f49

Please sign in to comment.