mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
74612: Remove 401 pages and add login redirect to feature-authorization guards
This commit is contained in:
@@ -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,
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user