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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user