remove unnecessary props

This commit is contained in:
Kyle Spearrin 2018-04-04 23:01:17 -04:00
parent 292f5810ac
commit 2215989322
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ import { LockComponent as BaseLockComponent } from 'jslib/angular/components/loc
template: template,
})
export class LockComponent extends BaseLockComponent {
masterPassword: string = '';
showPassword: boolean = false;
constructor(router: Router, analytics: Angulartics2,
toasterService: ToasterService, i18nService: I18nService,
platformUtilsService: PlatformUtilsService, messagingService: MessagingService,