Responsive height for login component (#2049)

This commit is contained in:
Popovics András
2017-07-05 19:09:04 +01:00
committed by Eugenio Romano
parent cc42169d14
commit f07876df7e
5 changed files with 18 additions and 4 deletions

View File

@@ -36,6 +36,7 @@ export class LoginDemoComponent implements OnInit {
disableCsrf: boolean = false;
isECM: boolean = true;
isBPM: boolean = false;
showFooter: boolean = true;
customMinLenght: number = 2;
constructor(private router: Router,