1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 14:23:32 +00:00

[PS-1051] Fix/add master pass hash to all org reset key requests (#3049)

* clarify master password reset calls

* Add master password hash to master password change requests
This commit is contained in:
Matt Gibson
2022-07-06 15:19:58 -04:00
committed by GitHub
parent 4dd149e912
commit 12615c203f
3 changed files with 5 additions and 2 deletions

View File

@@ -128,6 +128,7 @@ export class SetPasswordComponent extends BaseChangePasswordComponent {
);
const resetRequest = new OrganizationUserResetPasswordEnrollmentRequest();
resetRequest.masterPasswordHash = masterPasswordHash;
resetRequest.resetPasswordKey = encryptedKey.encryptedString;
return this.apiService.putOrganizationUserResetPasswordEnrollment(