mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
pass messagingService dependency
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user