mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +01:00
update jslib with export deps
This commit is contained in:
parent
56c330e080
commit
849e1ece17
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit 20622db73c5c2a56777944bb06f32a21bf2e763f
|
Subproject commit 87e273252be42dab90d9a33857fe7755f378338b
|
@ -104,7 +104,7 @@ const totpService = new TotpService(storageService, cryptoFunctionService);
|
|||||||
const containerService = new ContainerService(cryptoService, platformUtilsService);
|
const containerService = new ContainerService(cryptoService, platformUtilsService);
|
||||||
const authService = new AuthService(cryptoService, apiService,
|
const authService = new AuthService(cryptoService, apiService,
|
||||||
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService);
|
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService);
|
||||||
const exportService = new ExportService(folderService, cipherService);
|
const exportService = new ExportService(folderService, cipherService, apiService);
|
||||||
const auditService = new AuditService(cryptoFunctionService);
|
const auditService = new AuditService(cryptoFunctionService);
|
||||||
|
|
||||||
const analytics = new Analytics(window, () => isDev(), platformUtilsService, storageService, appIdService);
|
const analytics = new Analytics(window, () => isDev(), platformUtilsService, storageService, appIdService);
|
||||||
|
Loading…
Reference in New Issue
Block a user