1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00
This commit is contained in:
Justin Baur
2024-02-27 18:28:44 -06:00
committed by GitHub
parent d176a678e0
commit bbd50abd94

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,