mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
Deleted the IP-login component
This commit is contained in:
@@ -1 +0,0 @@
|
||||
<div>IP based login component - to be implemented</div>
|
@@ -1,21 +0,0 @@
|
||||
/**
|
||||
* /users/sign-in
|
||||
* @class LogInComponent
|
||||
*/
|
||||
import {Component, OnInit} from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-dynamic-ip',
|
||||
templateUrl: './dynamic-ip.component.html',
|
||||
styleUrls: ['./dynamic-ip.component.scss'],
|
||||
|
||||
})
|
||||
export class DynamicIpComponent {
|
||||
|
||||
/**
|
||||
* @constructor
|
||||
*/
|
||||
constructor() {
|
||||
// console.log('constructor of DynamicLdapComponent called');
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user