1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-11 13:53:34 +00:00

Add fallbackbulkencryptservice to main.background.ts (#10696)

This commit is contained in:
Bernd Schoolmann
2024-09-06 19:00:50 +02:00
committed by GitHub
parent a48773ae4f
commit 45806ed8d8

View File

@@ -782,6 +782,8 @@ export default class MainBackground {
this.authService,
);
this.bulkEncryptService = new FallbackBulkEncryptService(this.encryptService);
this.cipherService = new CipherService(
this.cryptoService,
this.domainSettingsService,