diff --git a/apps/browser/src/background/main.background.ts b/apps/browser/src/background/main.background.ts index e451b55c9e..df1e479656 100644 --- a/apps/browser/src/background/main.background.ts +++ b/apps/browser/src/background/main.background.ts @@ -782,6 +782,8 @@ export default class MainBackground { this.authService, ); + this.bulkEncryptService = new FallbackBulkEncryptService(this.encryptService); + this.cipherService = new CipherService( this.cryptoService, this.domainSettingsService,