mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-07 19:07:45 +01:00
update jslib
This commit is contained in:
parent
ad4b2a4f36
commit
44e0e4744b
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit bc475a668e3088544f551d445ffec9225ae1b73c
|
||||
Subproject commit fc1a73c9f2ef2c18f05dfebb5cf80ce84520d118
|
@ -109,7 +109,7 @@ export class Main {
|
||||
this.searchService = new SearchService(this.cipherService, this.platformUtilsService);
|
||||
this.lockService = new LockService(this.cipherService, this.folderService, this.collectionService,
|
||||
this.cryptoService, this.platformUtilsService, this.storageService, this.messagingService,
|
||||
this.searchService, null);
|
||||
this.searchService, this.userService, null);
|
||||
this.syncService = new SyncService(this.userService, this.apiService, this.settingsService,
|
||||
this.folderService, this.cipherService, this.cryptoService, this.collectionService,
|
||||
this.storageService, this.messagingService, async (expired: boolean) => await this.logout());
|
||||
|
Loading…
Reference in New Issue
Block a user