mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
Merge pull request #892 from bitwarden/improve-import-error-checking
Bump jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: ba1a40af4e...306aef73d4
@@ -127,7 +127,7 @@ const totpService = new TotpService(storageService, cryptoFunctionService);
|
||||
const containerService = new ContainerService(cryptoService);
|
||||
const authService = new AuthService(cryptoService, apiService, userService, tokenService, appIdService,
|
||||
i18nService, platformUtilsService, messagingService, vaultTimeoutService, logService);
|
||||
const exportService = new ExportService(folderService, cipherService, apiService);
|
||||
const exportService = new ExportService(folderService, cipherService, apiService, cryptoService);
|
||||
const auditService = new AuditService(cryptoFunctionService, apiService);
|
||||
const notificationsService = new NotificationsService(userService, syncService, appIdService,
|
||||
apiService, vaultTimeoutService, async () => messagingService.send('logout', { expired: true }), logService);
|
||||
|
||||
Reference in New Issue
Block a user