Added accessibility-report

This commit is contained in:
Erik Tiekstra
2021-09-10 14:19:47 +02:00
parent ceee7028b7
commit 4de9ba958e
6 changed files with 47 additions and 6 deletions
@@ -89,7 +89,7 @@ activeFeatures.forEach(feature => {
case Feature.ACCESSIBILITY_REPORT:
routes.push({
path: 'tillganglighet',
data: { title: 'Tillgänglighetsredogörelsen' },
data: { title: 'Tillgänglighetsredogörelse' },
loadChildren: () => import('./pages/accessibility/accessibility.module').then(m => m.AccessibilityModule),
canActivate: [AuthGuard],
});