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:
@@ -782,6 +782,8 @@ export default class MainBackground {
|
||||
this.authService,
|
||||
);
|
||||
|
||||
this.bulkEncryptService = new FallbackBulkEncryptService(this.encryptService);
|
||||
|
||||
this.cipherService = new CipherService(
|
||||
this.cryptoService,
|
||||
this.domainSettingsService,
|
||||
|
||||
Reference in New Issue
Block a user