mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-06-16 17:54:45 +00:00
Forgot commit authguard change for aca-2755
This commit is contained in:
parent
d4f04323b3
commit
38a2edf6f1
@ -35,7 +35,7 @@ import {
|
||||
AppSharedRuleGuard,
|
||||
GenericErrorComponent
|
||||
} from '@alfresco/aca-shared';
|
||||
import { AuthGuardEcm, AuthGuard } from '@alfresco/adf-core';
|
||||
import { AuthGuardEcm } from '@alfresco/adf-core';
|
||||
import { FavoritesComponent } from './components/favorites/favorites.component';
|
||||
import { RecentFilesComponent } from './components/recent-files/recent-files.component';
|
||||
import { SharedFilesComponent } from './components/shared-files/shared-files.component';
|
||||
@ -76,7 +76,7 @@ export const APP_ROUTES: Routes = [
|
||||
{
|
||||
path: '',
|
||||
component: AppLayoutComponent,
|
||||
canActivate: [AuthGuard],
|
||||
canActivate: [AuthGuardEcm],
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user