mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
Remove unused enforcedPasswordPolicyOptions property.
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user