1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

PM-23890 WIP

This commit is contained in:
Daniel Riera
2025-07-28 10:45:12 -04:00
parent 8aeeb92958
commit 898ea62305
5 changed files with 22 additions and 1 deletions

View File

@@ -540,6 +540,7 @@ const safeProviders: SafeProvider[] = [
accountService: AccountServiceAbstraction,
logService: LogService,
cipherEncryptionService: CipherEncryptionService,
messagingService: MessagingServiceAbstraction,
) =>
new CipherService(
keyService,
@@ -557,6 +558,7 @@ const safeProviders: SafeProvider[] = [
accountService,
logService,
cipherEncryptionService,
messagingService,
),
deps: [
KeyService,
@@ -574,6 +576,7 @@ const safeProviders: SafeProvider[] = [
AccountServiceAbstraction,
LogService,
CipherEncryptionService,
MessagingServiceAbstraction,
],
}),
safeProvider({