1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

Add fallbackbulkencryptservice to main.background.ts (#10696)

This commit is contained in:
Bernd Schoolmann 2024-09-06 19:00:50 +02:00 committed by GitHub
parent a48773ae4f
commit 45806ed8d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,