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