1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-22 04:14:04 +00:00

feat(change-password-component): Change Password Update [18720] - The master password policy endpoint has been added! Should be working. Testing now.

This commit is contained in:
Patrick Pimentel
2025-06-10 16:50:44 -06:00
parent bd13e3b4b5
commit 2f100f76d5
16 changed files with 45 additions and 20 deletions

View File

@@ -56,7 +56,7 @@ export class ChangePasswordComponent implements OnInit, OnDestroy {
this.accountService.activeAccount$
.pipe(
getUserId,
switchMap((userId) => this.policyService.masterPasswordPolicyOptions$(userId)),
switchMap((userId) => this.policyService.masterPasswordPolicyOptionsFromSync$(userId)),
takeUntil(this.destroy$),
)
.subscribe(