File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ import {
3535 REQUEST_COPY_MODULE_PATH ,
3636 WORKFLOW_ITEM_MODULE_PATH ,
3737} from './app-routing-paths' ;
38+ import { notAuthenticatedGuard } from './core/auth/not-authenticated.guard' ;
3839import { ThemedForbiddenComponent } from './forbidden/themed-forbidden.component' ;
3940import { homePageResolver } from './home-page/home-page.resolver' ;
4041import { provideSuggestionNotificationsState } from './notifications/provide-suggestion-notifications-state' ;
@@ -45,7 +46,6 @@ import { PROCESS_MODULE_PATH } from './process-page/process-page-routing.paths';
4546import { viewTrackerResolver } from './statistics/angulartics/dspace/view-tracker.resolver' ;
4647import { provideSubmissionState } from './submission/provide-submission-state' ;
4748import { SUGGESTION_MODULE_PATH } from './suggestions-page/suggestions-page-routing-paths' ;
48- import { notAuthenticatedGuard } from "./core/auth/not-authenticated.guard" ;
4949
5050export const APP_ROUTES : Route [ ] = [
5151 { path : INTERNAL_SERVER_ERROR , component : ThemedPageInternalServerErrorComponent } ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { inject } from '@angular/core';
22import { CanActivateFn } from '@angular/router' ;
33import { map } from 'rxjs/operators' ;
44
5- import { PAGE_NOT_FOUND_PATH } from '../../app -routing-paths' ;
5+ import { PAGE_NOT_FOUND_PATH } from '../router/core -routing-paths' ;
66import { HardRedirectService } from '../services/hard-redirect.service' ;
77import { AuthService } from './auth.service' ;
88
You can’t perform that action at this time.
0 commit comments