mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-28 17:27:50 +01:00
pass messagingService dependency
This commit is contained in:
parent
6cffabe259
commit
9728116836
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 91bebbbd62c00cccb605acb0e5d760e22c68d9eb
|
||||
Subproject commit fc5fcb905fe465e99e85540f6b645c0f11b6704d
|
@ -34,8 +34,7 @@ export class AddEditComponent extends BaseAddEditComponent {
|
||||
auditService: AuditService, stateService: StateService,
|
||||
userService: UserService, collectionService: CollectionService,
|
||||
totpService: TotpService, passwordGenerationService: PasswordGenerationService,
|
||||
private apiService: ApiService,
|
||||
messagingService: MessagingService) {
|
||||
private apiService: ApiService, messagingService: MessagingService) {
|
||||
super(cipherService, folderService, i18nService, platformUtilsService, auditService, stateService,
|
||||
userService, collectionService, totpService, passwordGenerationService, messagingService);
|
||||
}
|
||||
|
@ -41,7 +41,7 @@ export class AddEditComponent extends BaseAddEditComponent {
|
||||
protected totpService: TotpService, protected passwordGenerationService: PasswordGenerationService,
|
||||
protected messagingService: MessagingService) {
|
||||
super(cipherService, folderService, i18nService, platformUtilsService, auditService, stateService,
|
||||
userService, collectionService);
|
||||
userService, collectionService, messagingService);
|
||||
}
|
||||
|
||||
async ngOnInit() {
|
||||
|
Loading…
Reference in New Issue
Block a user