update jslib with export deps
This commit is contained in:
parent
11ede29f9a
commit
0643ca460c
2
jslib
2
jslib
|
@ -1 +1 @@
|
||||||
Subproject commit 20622db73c5c2a56777944bb06f32a21bf2e763f
|
Subproject commit 87e273252be42dab90d9a33857fe7755f378338b
|
|
@ -99,7 +99,7 @@ export class Main {
|
||||||
this.storageService, this.messagingService, async (expired: boolean) => await this.logout());
|
this.storageService, this.messagingService, async (expired: boolean) => await this.logout());
|
||||||
this.passwordGenerationService = new PasswordGenerationService(this.cryptoService, this.storageService);
|
this.passwordGenerationService = new PasswordGenerationService(this.cryptoService, this.storageService);
|
||||||
this.totpService = new TotpService(this.storageService, this.cryptoFunctionService);
|
this.totpService = new TotpService(this.storageService, this.cryptoFunctionService);
|
||||||
this.exportService = new ExportService(this.folderService, this.cipherService);
|
this.exportService = new ExportService(this.folderService, this.cipherService, this.apiService);
|
||||||
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, true);
|
this.appIdService, this.i18nService, this.platformUtilsService, this.messagingService, true);
|
||||||
this.auditService = new AuditService(this.cryptoFunctionService);
|
this.auditService = new AuditService(this.cryptoFunctionService);
|
||||||
|
|
Loading…
Reference in New Issue