Skip to content

Commit

Permalink
Enable logout warning (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
AudunSorheim authored Aug 23, 2023
1 parent 7d4bc23 commit b46de32
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@navikt/dinesykmeldte-sidemeny": "^5.1.0",
"@navikt/ds-css": "^5.0.2",
"@navikt/ds-react": "^5.0.2",
"@navikt/nav-dekoratoren-moduler": "^2.1.1",
"@navikt/nav-dekoratoren-moduler": "^2.1.3",
"@navikt/next-logger": "^1.19.0",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-devtools": "^4.32.6",
Expand Down
1 change: 1 addition & 0 deletions src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default class MyDocument extends Document<Props> {
redirectToApp: true,
level: "Level4",
urlLookupTable: false,
logoutWarning: true,
breadcrumbs: isAudienceSykmeldt
? createBreadcrumbsSM(ctx.pathname)
: createBreadcrumbsAG(
Expand Down

0 comments on commit b46de32

Please sign in to comment.