diff --git a/src/app/shared/shared.module.ts b/src/app/shared/shared.module.ts index a898d63bdc..395dab9c87 100644 --- a/src/app/shared/shared.module.ts +++ b/src/app/shared/shared.module.ts @@ -138,7 +138,6 @@ import { RoleDirective } from './roles/role.directive'; import { UserMenuComponent } from './auth-nav-menu/user-menu/user-menu.component'; import { ClaimedTaskActionsReturnToPoolComponent } from './mydspace-actions/claimed-task/return-to-pool/claimed-task-actions-return-to-pool.component'; import { ItemDetailPreviewFieldComponent } from './object-detail/my-dspace-result-detail-element/item-detail-preview/item-detail-preview-field/item-detail-preview-field.component'; -import { ShibbolethComponent } from './log-in/shibboleth/shibboleth.component'; const MODULES = [ // Do NOT include UniversalModule, HttpModule, or JsonpModule here @@ -340,7 +339,7 @@ const DIRECTIVES = [ ...DIRECTIVES, ...ENTRY_COMPONENTS, ...SHARED_ITEM_PAGE_COMPONENTS, - ShibbolethComponent + ], providers: [ ...PROVIDERS