1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00
This commit is contained in:
Andreas Coroiu
2025-04-23 13:43:20 +02:00
parent 2833ec10ca
commit 5f54166519
6 changed files with 85 additions and 56 deletions

View File

@@ -508,6 +508,7 @@ const safeProviders: SafeProvider[] = [
accountService: AccountServiceAbstraction,
logService: LogService,
cipherEncryptionService: CipherEncryptionService,
sdkService: SdkService,
) =>
new CipherService(
keyService,
@@ -525,6 +526,7 @@ const safeProviders: SafeProvider[] = [
accountService,
logService,
cipherEncryptionService,
sdkService,
),
deps: [
KeyService,
@@ -542,6 +544,7 @@ const safeProviders: SafeProvider[] = [
AccountServiceAbstraction,
LogService,
CipherEncryptionService,
SdkService,
],
}),
safeProvider({