mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
[Policy] Reset Password data bugfix (#1175)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</app-callout>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="checkbox" id="autoEnrollEnabled" name="AutoEnrollEnabled"
|
||||
formControlName="autoEnroll">
|
||||
formControlName="autoEnrollEnabled">
|
||||
<label class="form-check-label" for="autoEnrollEnabled">
|
||||
{{'resetPasswordPolicyAutoEnrollCheckbox' | i18n }}
|
||||
</label>
|
||||
|
||||
@@ -25,7 +25,7 @@ export class ResetPasswordPolicy extends BasePolicy {
|
||||
export class ResetPasswordPolicyComponent extends BasePolicyComponent {
|
||||
|
||||
data = this.fb.group({
|
||||
autoEnroll: false,
|
||||
autoEnrollEnabled: false,
|
||||
});
|
||||
|
||||
defaultTypes: { name: string; value: string; }[];
|
||||
|
||||
Reference in New Issue
Block a user