mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-28 12:35:40 +01:00
update jslib
This commit is contained in:
parent
12d39edec6
commit
7be73c19e2
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit bba52192dc9dff68cd4da80398a1127235ada06e
|
Subproject commit 50666a761dba3d2d7d880f1faf488fd9d719ea50
|
@ -112,7 +112,8 @@ const authService = new AuthService(cryptoService, apiService,
|
|||||||
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService);
|
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService);
|
||||||
const exportService = new ExportService(folderService, cipherService, apiService);
|
const exportService = new ExportService(folderService, cipherService, apiService);
|
||||||
const auditService = new AuditService(cryptoFunctionService, apiService);
|
const auditService = new AuditService(cryptoFunctionService, apiService);
|
||||||
const notificationsService = new NotificationsService(userService, tokenService, syncService, appIdService);
|
const notificationsService = new NotificationsService(userService, tokenService, syncService, appIdService,
|
||||||
|
apiService);
|
||||||
const environmentService = new EnvironmentService(apiService, storageService, notificationsService);
|
const environmentService = new EnvironmentService(apiService, storageService, notificationsService);
|
||||||
|
|
||||||
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