mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
update service deps and jslib (#308)
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: ba1a40af4e...395ded02aa
@@ -146,8 +146,9 @@ export class Main {
|
|||||||
this.policyService);
|
this.policyService);
|
||||||
this.totpService = new TotpService(this.storageService, this.cryptoFunctionService);
|
this.totpService = new TotpService(this.storageService, this.cryptoFunctionService);
|
||||||
this.importService = new ImportService(this.cipherService, this.folderService, this.apiService,
|
this.importService = new ImportService(this.cipherService, this.folderService, this.apiService,
|
||||||
this.i18nService, this.collectionService, this.platformUtilsService);
|
this.i18nService, this.collectionService, this.platformUtilsService, this.cryptoService);
|
||||||
this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService);
|
this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService,
|
||||||
|
this.cryptoService);
|
||||||
this.authService = new AuthService(this.cryptoService, this.apiService, this.userService, this.tokenService,
|
this.authService = new AuthService(this.cryptoService, this.apiService, this.userService, this.tokenService,
|
||||||
this.appIdService, this.i18nService, this.platformUtilsService, this.messagingService,
|
this.appIdService, this.i18nService, this.platformUtilsService, this.messagingService,
|
||||||
this.vaultTimeoutService, this.logService, true);
|
this.vaultTimeoutService, this.logService, true);
|
||||||
|
|||||||
Reference in New Issue
Block a user