mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
remove unnecessary props
This commit is contained in:
@@ -19,9 +19,6 @@ import { LockComponent as BaseLockComponent } from 'jslib/angular/components/loc
|
|||||||
template: template,
|
template: template,
|
||||||
})
|
})
|
||||||
export class LockComponent extends BaseLockComponent {
|
export class LockComponent extends BaseLockComponent {
|
||||||
masterPassword: string = '';
|
|
||||||
showPassword: boolean = false;
|
|
||||||
|
|
||||||
constructor(router: Router, analytics: Angulartics2,
|
constructor(router: Router, analytics: Angulartics2,
|
||||||
toasterService: ToasterService, i18nService: I18nService,
|
toasterService: ToasterService, i18nService: I18nService,
|
||||||
platformUtilsService: PlatformUtilsService, messagingService: MessagingService,
|
platformUtilsService: PlatformUtilsService, messagingService: MessagingService,
|
||||||
|
|||||||
Reference in New Issue
Block a user