mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-14 12:32:09 +08:00
Update password-policy.component.html
This commit is contained in:
@@ -144,7 +144,7 @@
|
|||||||
<nz-input-number
|
<nz-input-number
|
||||||
[(ngModel)]="form.model.expiration"
|
[(ngModel)]="form.model.expiration"
|
||||||
[ngModelOptions]="{ standalone: true }"
|
[ngModelOptions]="{ standalone: true }"
|
||||||
[nzMin]="30"
|
[nzMin]="0"
|
||||||
[nzMax]="365"
|
[nzMax]="365"
|
||||||
[nzStep]="1"
|
[nzStep]="1"
|
||||||
name="expiration"
|
name="expiration"
|
||||||
|
|||||||
Reference in New Issue
Block a user