mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-04 18:37:45 +01:00
update jslib
This commit is contained in:
parent
50c94f587d
commit
58c6a9c768
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 21e09535896078c4716205e8141f6d3b2182a981
|
||||
Subproject commit 50666a761dba3d2d7d880f1faf488fd9d719ea50
|
@ -158,7 +158,7 @@ export default class MainBackground {
|
||||
this.auditService = new AuditService(cryptoFunctionService, this.apiService);
|
||||
this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService);
|
||||
this.notificationsService = new NotificationsService(this.userService, this.tokenService,
|
||||
this.syncService, this.appIdService);
|
||||
this.syncService, this.appIdService, this.apiService);
|
||||
this.environmentService = new EnvironmentService(this.apiService, this.storageService,
|
||||
this.notificationsService);
|
||||
this.analytics = new Analytics(window, () => BrowserApi.gaFilter(), this.platformUtilsService,
|
||||
|
Loading…
Reference in New Issue
Block a user