mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 05:53:42 +00:00
Migrate create and edit operations to use SDK for ciphers
This commit is contained in:
@@ -604,6 +604,7 @@ const safeProviders: SafeProvider[] = [
|
||||
logService: LogService,
|
||||
cipherEncryptionService: CipherEncryptionService,
|
||||
messagingService: MessagingServiceAbstraction,
|
||||
sdkService: SdkService,
|
||||
) =>
|
||||
new CipherService(
|
||||
keyService,
|
||||
@@ -620,6 +621,7 @@ const safeProviders: SafeProvider[] = [
|
||||
logService,
|
||||
cipherEncryptionService,
|
||||
messagingService,
|
||||
sdkService,
|
||||
),
|
||||
deps: [
|
||||
KeyService,
|
||||
@@ -636,6 +638,7 @@ const safeProviders: SafeProvider[] = [
|
||||
LogService,
|
||||
CipherEncryptionService,
|
||||
MessagingServiceAbstraction,
|
||||
SdkService,
|
||||
],
|
||||
}),
|
||||
safeProvider({
|
||||
|
||||
Reference in New Issue
Block a user