Browse Source

fix: ldap certificate path should not be required

Timothy Jaeryang Baek 3 months ago
parent
commit
424f007b10
1 changed files with 0 additions and 1 deletions
  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}
 													/>