1
0
mirror of https://github.com/bitwarden/desktop.git synced 2024-09-28 03:57:47 +02:00

update jslib

This commit is contained in:
Kyle Spearrin 2018-08-20 22:23:20 -04:00
parent 12d39edec6
commit 7be73c19e2
2 changed files with 3 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit bba52192dc9dff68cd4da80398a1127235ada06e
Subproject commit 50666a761dba3d2d7d880f1faf488fd9d719ea50

View File

@ -112,7 +112,8 @@ const authService = new AuthService(cryptoService, apiService,
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService);
const exportService = new ExportService(folderService, cipherService, 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 analytics = new Analytics(window, () => isDev(), platformUtilsService, storageService, appIdService);