mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 22:13:32 +00:00
Allow legacy ciphers for migration in bulkdecrypt service
This commit is contained in:
@@ -893,7 +893,7 @@ const safeProviders: SafeProvider[] = [
|
||||
safeProvider({
|
||||
provide: BulkEncryptService,
|
||||
useClass: BulkEncryptServiceImplementation,
|
||||
deps: [CryptoFunctionServiceAbstraction, LogService],
|
||||
deps: [CryptoFunctionServiceAbstraction, LogService, EncryptService],
|
||||
}),
|
||||
safeProvider({
|
||||
provide: EventUploadServiceAbstraction,
|
||||
|
||||
Reference in New Issue
Block a user