1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 17:53:39 +00:00

653 - fix user agent detection for Edge (#654)

* 653 - fix user agent detection for Edge

* Update edge detection to only new version

* update jslib

* update jslib

* fix jslib ref constructor
This commit is contained in:
Chad Scharf
2020-09-15 10:31:12 -04:00
committed by GitHub
parent a1388ddab7
commit 41856ff6af
3 changed files with 3 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ const cipherService = new CipherService(cryptoService, userService, settingsServ
const folderService = new FolderService(cryptoService, userService, apiService, storageService,
i18nService, cipherService);
const collectionService = new CollectionService(cryptoService, userService, storageService, i18nService);
searchService = new SearchService(cipherService, platformUtilsService);
searchService = new SearchService(cipherService);
const policyService = new PolicyService(userService, storageService);
const vaultTimeoutService = new VaultTimeoutService(cipherService, folderService, collectionService,
cryptoService, platformUtilsService, storageService, messagingService, searchService, userService, tokenService,