File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ import { ItemVersionsDeleteModalComponent } from './item/item-versions/item-vers
176176import { ScopeSelectorModalComponent } from './search-form/scope-selector-modal/scope-selector-modal.component' ;
177177import { BitstreamRequestACopyPageComponent } from './bitstream-request-a-copy-page/bitstream-request-a-copy-page.component' ;
178178import { 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 ,
You can’t perform that action at this time.
0 commit comments