소스 검색

fix: ldap certificate path should not be required

Timothy Jaeryang Baek 5 달 전
부모
커밋
424f007b10
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/lib/components/admin/Settings/General.svelte

+ 0 - 1
src/lib/components/admin/Settings/General.svelte

@@ -554,7 +554,6 @@
 													</div>
 													<input
 														class="w-full bg-transparent outline-hidden py-0.5"
-														required
 														placeholder={$i18n.t('Enter certificate path')}
 														bind:value={LDAP_SERVER.certificate_path}
 													/>