diff --git a/jslib b/jslib index 91bebbbd62..fc5fcb905f 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 91bebbbd62c00cccb605acb0e5d760e22c68d9eb +Subproject commit fc5fcb905fe465e99e85540f6b645c0f11b6704d diff --git a/src/app/organizations/vault/add-edit.component.ts b/src/app/organizations/vault/add-edit.component.ts index 0460566da9..257bdda13f 100644 --- a/src/app/organizations/vault/add-edit.component.ts +++ b/src/app/organizations/vault/add-edit.component.ts @@ -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); } diff --git a/src/app/vault/add-edit.component.ts b/src/app/vault/add-edit.component.ts index 72ebe1f516..7df474dfd7 100644 --- a/src/app/vault/add-edit.component.ts +++ b/src/app/vault/add-edit.component.ts @@ -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() {