1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

Remove unused enforcedPasswordPolicyOptions property.

This commit is contained in:
Alec Rippberger
2024-10-15 21:57:28 -05:00
parent 00355670b6
commit b839c82d9e

View File

@@ -488,7 +488,6 @@ export class LoginComponent implements OnInit, OnDestroy {
this.policies = orgPolicies?.policies; this.policies = orgPolicies?.policies;
this.showResetPasswordAutoEnrollWarning = orgPolicies?.isPolicyAndAutoEnrollEnabled; this.showResetPasswordAutoEnrollWarning = orgPolicies?.isPolicyAndAutoEnrollEnabled;
this.enforcedPasswordPolicyOptions = orgPolicies?.enforcedPasswordPolicyOptions;
let paramEmailIsSet = false; let paramEmailIsSet = false;