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 <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"