remove not needed params

This commit is contained in:
Eugenio Romano
2018-09-25 21:54:35 +01:00
parent a0b452bf83
commit bb6bb4fe0f
3 changed files with 5 additions and 15 deletions

View File

@@ -108,15 +108,6 @@ export class LoginComponent implements OnInit {
@Input()
successRoute: string = null;
@Input()
showLoginButton = true;
@Input()
showLogo = true;
@Input()
showCopyright = true;
/** Emitted when the login is successful. */
@Output()
success = new EventEmitter<LoginSuccessEvent>();