소스 검색

Update password-policy.component.html

shimingxy 12 시간 전
부모
커밋
cd044b1c3b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/password-policy/password-policy.component.html

+ 1 - 1
maxkey-web-frontend/maxkey-web-mgt-app/src/app/routes/config/password-policy/password-policy.component.html

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