1
0
mirror of https://github.com/bitwarden/desktop.git synced 2025-02-05 23:31:26 +01:00

Refactor electronCryptoService

This commit is contained in:
Thomas Rittson 2022-03-28 06:40:03 +10:00
parent 40c46547d1
commit 5e8cd8845f

View File

@ -49,7 +49,6 @@ import { StateService } from "../services/state.service";
import { SearchBarService } from "./layout/search/search-bar.service";
export function initFactory(
window: Window,
environmentService: EnvironmentServiceAbstraction,
@ -150,12 +149,6 @@ export function initFactory(
{
provide: CryptoServiceAbstraction,
useClass: ElectronCryptoService,
deps: [
CryptoFunctionServiceAbstraction,
PlatformUtilsServiceAbstraction,
LogServiceAbstraction,
StateServiceAbstraction,
],
},
{
provide: SystemServiceAbstraction,