mirror of
https://github.com/bitwarden/browser
synced 2026-01-04 09:33:27 +00:00
[EC-499] Add encryptService to domain model decryption (#3385)
Co-authored-by: Matt Gibson <mgibson@bitwarden.com>
This commit is contained in:
@@ -413,7 +413,7 @@ export default class MainBackground {
|
||||
this.eventService,
|
||||
this.logService
|
||||
);
|
||||
this.containerService = new ContainerService(this.cryptoService);
|
||||
this.containerService = new ContainerService(this.cryptoService, this.encryptService);
|
||||
this.auditService = new AuditService(this.cryptoFunctionService, this.apiService);
|
||||
this.exportService = new ExportService(
|
||||
this.folderService,
|
||||
|
||||
Reference in New Issue
Block a user