mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
update jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: bba52192dc...50666a761d
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user