mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-10 21:33:20 +00:00
update jslib
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: 5e0a2d1d99...5cb3e9c965
@@ -104,7 +104,7 @@ export class Program extends BaseProgram {
|
|||||||
await this.exitIfAuthed();
|
await this.exitIfAuthed();
|
||||||
const command = new LoginCommand(this.main.authService, this.main.apiService, this.main.i18nService,
|
const command = new LoginCommand(this.main.authService, this.main.apiService, this.main.i18nService,
|
||||||
this.main.environmentService, this.main.passwordGenerationService, this.main.cryptoFunctionService,
|
this.main.environmentService, this.main.passwordGenerationService, this.main.cryptoFunctionService,
|
||||||
'connector');
|
this.main.platformUtilsService, 'connector');
|
||||||
const response = await command.run(email, password, cmd);
|
const response = await command.run(email, password, cmd);
|
||||||
this.processResponse(response);
|
this.processResponse(response);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user