mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
[Reset Password v1] Update Temp Password (#356)
* [Reset Password v1] Update Temp Password * updated jslib * fetched email before checking for reset master password Co-authored-by: addison <addisonbeck1@gmail.com>
This commit is contained in:
@@ -138,7 +138,8 @@ export class Program extends BaseProgram {
|
||||
const command = new LoginCommand(this.main.authService, this.main.apiService,
|
||||
this.main.cryptoFunctionService, this.main.syncService, this.main.i18nService,
|
||||
this.main.environmentService, this.main.passwordGenerationService,
|
||||
this.main.platformUtilsService);
|
||||
this.main.platformUtilsService, this.main.userService, this.main.cryptoService,
|
||||
this.main.policyService, async () => await this.main.logout());
|
||||
const response = await command.run(email, password, options);
|
||||
this.processResponse(response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user