Deleted the IP-login component

This commit is contained in:
Julius Gruber
2019-08-29 09:14:59 +02:00
parent c9142b604a
commit ca1710c548
3 changed files with 0 additions and 22 deletions

View File

@@ -1 +0,0 @@
<div>IP based login component - to be implemented</div>

View File

@@ -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');
}
}