1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-29 04:17:41 +02:00
This commit is contained in:
Justin Baur 2024-02-27 18:28:44 -06:00 committed by GitHub
parent d176a678e0
commit bbd50abd94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -375,7 +375,7 @@ function getBgService<T>(service: keyof MainBackground) {
stateServiceAbstraction,
);
},
deps: [CryptoService, I18nServiceAbstraction, CryptoFunctionService, StateServiceAbstraction],
deps: [CryptoService, I18nServiceAbstraction, KeyGenerationService, StateServiceAbstraction],
},
{
provide: InternalSendServiceAbstraction,