diff --git a/jslib b/jslib index 5e0a2d1d..5cb3e9c9 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 5e0a2d1d998b5d36b093f3eff032453421680a41 +Subproject commit 5cb3e9c965269a7e442536fa1b6ba00add2c7153 diff --git a/src/program.ts b/src/program.ts index 6e56bfb3..3988be4a 100644 --- a/src/program.ts +++ b/src/program.ts @@ -104,7 +104,7 @@ export class Program extends BaseProgram { await this.exitIfAuthed(); const command = new LoginCommand(this.main.authService, this.main.apiService, this.main.i18nService, this.main.environmentService, this.main.passwordGenerationService, this.main.cryptoFunctionService, - 'connector'); + this.main.platformUtilsService, 'connector'); const response = await command.run(email, password, cmd); this.processResponse(response); });