mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 09:43:23 +00:00
pass messagingService dependency
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 91bebbbd62...fc5fcb905f
@@ -34,8 +34,7 @@ export class AddEditComponent extends BaseAddEditComponent {
|
|||||||
auditService: AuditService, stateService: StateService,
|
auditService: AuditService, stateService: StateService,
|
||||||
userService: UserService, collectionService: CollectionService,
|
userService: UserService, collectionService: CollectionService,
|
||||||
totpService: TotpService, passwordGenerationService: PasswordGenerationService,
|
totpService: TotpService, passwordGenerationService: PasswordGenerationService,
|
||||||
private apiService: ApiService,
|
private apiService: ApiService, messagingService: MessagingService) {
|
||||||
messagingService: MessagingService) {
|
|
||||||
super(cipherService, folderService, i18nService, platformUtilsService, auditService, stateService,
|
super(cipherService, folderService, i18nService, platformUtilsService, auditService, stateService,
|
||||||
userService, collectionService, totpService, passwordGenerationService, messagingService);
|
userService, collectionService, totpService, passwordGenerationService, messagingService);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ export class AddEditComponent extends BaseAddEditComponent {
|
|||||||
protected totpService: TotpService, protected passwordGenerationService: PasswordGenerationService,
|
protected totpService: TotpService, protected passwordGenerationService: PasswordGenerationService,
|
||||||
protected messagingService: MessagingService) {
|
protected messagingService: MessagingService) {
|
||||||
super(cipherService, folderService, i18nService, platformUtilsService, auditService, stateService,
|
super(cipherService, folderService, i18nService, platformUtilsService, auditService, stateService,
|
||||||
userService, collectionService);
|
userService, collectionService, messagingService);
|
||||||
}
|
}
|
||||||
|
|
||||||
async ngOnInit() {
|
async ngOnInit() {
|
||||||
|
|||||||
Reference in New Issue
Block a user