1
0
mirror of https://github.com/bitwarden/directory-connector synced 2025-12-05 23:53:21 +00:00

update jslib

This commit is contained in:
Kyle Spearrin
2020-09-23 12:02:31 -04:00
parent b41a1bdbf4
commit 38758caac4
2 changed files with 2 additions and 2 deletions

2
jslib

Submodule jslib updated: 5e0a2d1d99...5cb3e9c965

View File

@@ -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);
});