mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
Add fallbackbulkencryptservice to main.background.ts (#10696)
This commit is contained in:
parent
a48773ae4f
commit
45806ed8d8
@ -782,6 +782,8 @@ export default class MainBackground {
|
||||
this.authService,
|
||||
);
|
||||
|
||||
this.bulkEncryptService = new FallbackBulkEncryptService(this.encryptService);
|
||||
|
||||
this.cipherService = new CipherService(
|
||||
this.cryptoService,
|
||||
this.domainSettingsService,
|
||||
|
Loading…
Reference in New Issue
Block a user