1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

idle reconnects for notifications

This commit is contained in:
Kyle Spearrin
2018-08-22 22:37:55 -04:00
parent 71073874eb
commit 80febf97d3
4 changed files with 33 additions and 6 deletions

View File

@@ -115,8 +115,8 @@ const authService = new AuthService(cryptoService, apiService,
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService);
const exportService = new ExportService(folderService, cipherService, apiService);
const importService = new ImportService(cipherService, folderService, apiService, i18nService, collectionService);
const notificationsService = new NotificationsService(userService, tokenService, syncService, appIdService,
apiService);
const notificationsService = new NotificationsService(userService, syncService, appIdService,
apiService, cryptoService);
const environmentService = new EnvironmentService(apiService, storageService, notificationsService);
const auditService = new AuditService(cryptoFunctionService, apiService);