1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 20:24:01 +00:00

feat(change-password-component): Change Password Update [18720] - Committing intermediate changes.

This commit is contained in:
Patrick Pimentel
2025-06-09 09:30:48 -06:00
parent 2f41f21913
commit bd13e3b4b5
9 changed files with 29 additions and 23 deletions

View File

@@ -130,6 +130,8 @@ export class SetPasswordComponent extends BaseChangePasswordComponent implements
this.resetPasswordAutoEnroll = orgAutoEnrollStatusResponse.resetPasswordEnabled;
}),
switchMap((orgAutoEnrollStatusResponse: OrganizationAutoEnrollStatusResponse) =>
// Does this actually need to confirm for all organizations.
// Must get org id from response to get master password policy options
this.policyApiService.getMasterPasswordPolicyOptsForOrgUser(
orgAutoEnrollStatusResponse.id,