Removing un-used imports from DSpace-CRIS, and un-implemented ORCID auth

This commit is contained in:
Hardy Pottinger
2021-11-23 15:06:01 -06:00
parent 8c14193f32
commit d98d3fe0de

View File

@@ -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,