Skip to content

Commit d98d3fe

Browse files
committed
Removing un-used imports from DSpace-CRIS, and un-implemented ORCID auth
1 parent 8c14193 commit d98d3fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/shared/shared.module.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ import { ItemVersionsDeleteModalComponent } from './item/item-versions/item-vers
176176
import { ScopeSelectorModalComponent } from './search-form/scope-selector-modal/scope-selector-modal.component';
177177
import { BitstreamRequestACopyPageComponent } from './bitstream-request-a-copy-page/bitstream-request-a-copy-page.component';
178178
import { DsSelectComponent } from './ds-select/ds-select.component';
179+
import { LogInOidcComponent } from './log-in/methods/oidc/log-in-oidc.component';
179180

180181
/**
181182
* Declaration needed to make sure all decorator functions are called in time
@@ -317,7 +318,6 @@ const COMPONENTS = [
317318
ImportableListItemControlComponent,
318319

319320
LogInShibbolethComponent,
320-
LogInOrcidComponent,
321321
LogInOidcComponent,
322322
LogInPasswordComponent,
323323
LogInContainerComponent,
@@ -390,7 +390,6 @@ const ENTRY_COMPONENTS = [
390390
ItemMetadataRepresentationListElementComponent,
391391
LogInPasswordComponent,
392392
LogInShibbolethComponent,
393-
LogInOrcidComponent,
394393
LogInOidcComponent,
395394
BundleListElementComponent,
396395
ClaimedTaskActionsApproveComponent,

0 commit comments

Comments
 (0)