|
|
|
|
@ -129,9 +129,9 @@ const containerService = new ContainerService(cryptoService);
@@ -129,9 +129,9 @@ const containerService = new ContainerService(cryptoService);
|
|
|
|
|
const authService = new AuthService(cryptoService, apiService, |
|
|
|
|
userService, tokenService, appIdService, i18nService, platformUtilsService, messagingService, vaultTimeoutService, |
|
|
|
|
consoleLogService); |
|
|
|
|
const exportService = new ExportService(folderService, cipherService, apiService); |
|
|
|
|
const exportService = new ExportService(folderService, cipherService, apiService, cryptoService); |
|
|
|
|
const importService = new ImportService(cipherService, folderService, apiService, i18nService, collectionService, |
|
|
|
|
platformUtilsService); |
|
|
|
|
platformUtilsService, cryptoService); |
|
|
|
|
const notificationsService = new NotificationsService(userService, syncService, appIdService, |
|
|
|
|
apiService, vaultTimeoutService, async () => messagingService.send('logout', { expired: true }), consoleLogService); |
|
|
|
|
const environmentService = new EnvironmentService(apiService, storageService, notificationsService); |
|
|
|
|
|