mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-27 17:18:04 +01:00
remove unnecessary props
This commit is contained in:
parent
292f5810ac
commit
2215989322
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user