+
{{ copyrightText }}
diff --git a/lib/core/login/components/login.component.ts b/lib/core/login/components/login.component.ts
index b997cfa792..048e6fe307 100644
--- a/lib/core/login/components/login.component.ts
+++ b/lib/core/login/components/login.component.ts
@@ -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
();