mirror of
https://github.com/bitwarden/desktop.git
synced 2025-02-05 23:31:26 +01:00
Refactor electronCryptoService
This commit is contained in:
parent
40c46547d1
commit
5e8cd8845f
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user