mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Add fallbackbulkencryptservice to main.background.ts (#10696)
This commit is contained in:
@@ -782,6 +782,8 @@ export default class MainBackground {
|
|||||||
this.authService,
|
this.authService,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
this.bulkEncryptService = new FallbackBulkEncryptService(this.encryptService);
|
||||||
|
|
||||||
this.cipherService = new CipherService(
|
this.cipherService = new CipherService(
|
||||||
this.cryptoService,
|
this.cryptoService,
|
||||||
this.domainSettingsService,
|
this.domainSettingsService,
|
||||||
|
|||||||
Reference in New Issue
Block a user