mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
Removing un-used imports from DSpace-CRIS, and un-implemented ORCID auth
This commit is contained in:
@@ -176,6 +176,7 @@ import { ItemVersionsDeleteModalComponent } from './item/item-versions/item-vers
|
|||||||
import { ScopeSelectorModalComponent } from './search-form/scope-selector-modal/scope-selector-modal.component';
|
import { ScopeSelectorModalComponent } from './search-form/scope-selector-modal/scope-selector-modal.component';
|
||||||
import { BitstreamRequestACopyPageComponent } from './bitstream-request-a-copy-page/bitstream-request-a-copy-page.component';
|
import { BitstreamRequestACopyPageComponent } from './bitstream-request-a-copy-page/bitstream-request-a-copy-page.component';
|
||||||
import { DsSelectComponent } from './ds-select/ds-select.component';
|
import { DsSelectComponent } from './ds-select/ds-select.component';
|
||||||
|
import { LogInOidcComponent } from './log-in/methods/oidc/log-in-oidc.component';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Declaration needed to make sure all decorator functions are called in time
|
* Declaration needed to make sure all decorator functions are called in time
|
||||||
@@ -317,7 +318,6 @@ const COMPONENTS = [
|
|||||||
ImportableListItemControlComponent,
|
ImportableListItemControlComponent,
|
||||||
|
|
||||||
LogInShibbolethComponent,
|
LogInShibbolethComponent,
|
||||||
LogInOrcidComponent,
|
|
||||||
LogInOidcComponent,
|
LogInOidcComponent,
|
||||||
LogInPasswordComponent,
|
LogInPasswordComponent,
|
||||||
LogInContainerComponent,
|
LogInContainerComponent,
|
||||||
@@ -390,7 +390,6 @@ const ENTRY_COMPONENTS = [
|
|||||||
ItemMetadataRepresentationListElementComponent,
|
ItemMetadataRepresentationListElementComponent,
|
||||||
LogInPasswordComponent,
|
LogInPasswordComponent,
|
||||||
LogInShibbolethComponent,
|
LogInShibbolethComponent,
|
||||||
LogInOrcidComponent,
|
|
||||||
LogInOidcComponent,
|
LogInOidcComponent,
|
||||||
BundleListElementComponent,
|
BundleListElementComponent,
|
||||||
ClaimedTaskActionsApproveComponent,
|
ClaimedTaskActionsApproveComponent,
|
||||||
|
Reference in New Issue
Block a user