1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00
This commit is contained in:
Kyle Spearrin
2019-06-04 00:00:46 -04:00
parent 89c066069c
commit 0ed33a07d8
4 changed files with 8 additions and 19 deletions

View File

@@ -20,7 +20,8 @@ export class LockComponent extends BaseLockComponent {
constructor(router: Router, i18nService: I18nService,
platformUtilsService: PlatformUtilsService, messagingService: MessagingService,
userService: UserService, cryptoService: CryptoService,
storageService: StorageService, lockService: LockService, environmentService: EnvironmentService) {
storageService: StorageService, lockService: LockService,
environmentService: EnvironmentService) {
super(router, i18nService, platformUtilsService, messagingService, userService, cryptoService,
storageService, lockService, environmentService);
}