74612: Remove 401 pages and add login redirect to feature-authorization guards

This commit is contained in:
Kristof De Langhe
2020-12-03 14:38:27 +01:00
parent 4145f829a7
commit 411e2bd746
19 changed files with 73 additions and 97 deletions

View File

@@ -41,7 +41,6 @@ import { SharedModule } from './shared/shared.module';
import { BreadcrumbsComponent } from './breadcrumbs/breadcrumbs.component';
import { environment } from '../environments/environment';
import { BrowserModule } from '@angular/platform-browser';
import { UnauthorizedComponent } from './unauthorized/unauthorized.component';
import { ForbiddenComponent } from './forbidden/forbidden.component';
export function getBase() {
@@ -118,7 +117,6 @@ const DECLARATIONS = [
NotificationsBoardComponent,
SearchNavbarComponent,
BreadcrumbsComponent,
UnauthorizedComponent,
ForbiddenComponent,
];