[Policy] Reset Password data bugfix (#1175)
This commit is contained in:
parent
bc73452400
commit
ca00fda023
|
@ -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; }[];
|
||||
|
|
Loading…
Reference in New Issue