1
0
mirror of https://github.com/bitwarden/web synced 2025-12-06 00:03:28 +00:00
This commit is contained in:
Oscar Hinton
2021-10-14 14:10:36 +02:00
committed by GitHub
parent 5dccf54611
commit a99d38a2f3
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: e3ab324d59...b3beb47a4a

View File

@@ -121,7 +121,7 @@ const folderService = new FolderService(cryptoService, userService, apiService,
i18nService, cipherService);
const collectionService = new CollectionService(cryptoService, userService, storageService, i18nService);
searchService = new SearchService(cipherService, consoleLogService, i18nService);
const policyService = new PolicyService(userService, storageService);
const policyService = new PolicyService(userService, storageService, apiService);
const sendService = new SendService(cryptoService, userService, apiService, fileUploadService, storageService,
i18nService, cryptoFunctionService);
const vaultTimeoutService = new VaultTimeoutService(cipherService, folderService, collectionService,