Update password-policy.component.html

This commit is contained in:
shimingxy
2026-01-21 14:23:47 +08:00
parent 58cbfa4fe7
commit cd044b1c3b

View File

@@ -144,7 +144,7 @@
<nz-input-number
[(ngModel)]="form.model.expiration"
[ngModelOptions]="{ standalone: true }"
[nzMin]="30"
[nzMin]="0"
[nzMax]="365"
[nzStep]="1"
name="expiration"