1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

Remove Internet Explorer logic (#723)

This commit is contained in:
Oscar Hinton
2022-03-24 10:42:11 +01:00
committed by GitHub
parent 554dc8d873
commit 5b7b2a03dd
11 changed files with 18 additions and 62 deletions

View File

@@ -413,7 +413,7 @@ import { ValidationService } from "./validation.service";
{
provide: CryptoFunctionServiceAbstraction,
useClass: WebCryptoFunctionService,
deps: ["WINDOW", PlatformUtilsServiceAbstraction],
deps: ["WINDOW"],
},
{
provide: EventServiceAbstraction,