Deleted IP-Login, X509-Login and LDAP-login comoponent

This commit is contained in:
Julius Gruber
2019-08-29 09:11:09 +02:00
parent bde1d33b6f
commit c9142b604a
8 changed files with 5 additions and 66 deletions

View File

@@ -141,9 +141,8 @@ import { ItemDetailPreviewFieldComponent } from './object-detail/my-dspace-resul
import {LogInContainerComponent} from './log-in/log-in-container/log-in-container.component';
import {s} from '@angular/core/src/render3';
import {DynamicShibbolethComponent} from './log-in/shibboleth/dynamic-shibboleth.component';
import {DynamicLdapComponent} from './log-in/ldap/dynamic-ldap.component';
import {DynamicIpComponent} from './log-in/ip/dynamic-ip.component';
import {DynamicX509Component} from './log-in/x509/dynamic-x509.component';
const MODULES = [
// Do NOT include UniversalModule, HttpModule, or JsonpModule here
@@ -265,9 +264,7 @@ const COMPONENTS = [
ItemTypeSwitcherComponent,
BrowseByComponent,
LogInContainerComponent,
DynamicShibbolethComponent,
DynamicLdapComponent,
DynamicIpComponent
DynamicShibbolethComponent
];
const ENTRY_COMPONENTS = [
@@ -311,11 +308,8 @@ const ENTRY_COMPONENTS = [
PlainTextMetadataListElementComponent,
ItemMetadataListElementComponent,
MetadataRepresentationListElementComponent,
DynamicLdapComponent,
LogInComponent,
DynamicShibbolethComponent,
DynamicIpComponent,
DynamicX509Component
DynamicShibbolethComponent
];
const SHARED_ITEM_PAGE_COMPONENTS = [