mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 05:45:19 +00:00
fix: ldap certificate path should not be required
This commit is contained in:
parent
5e720cd84b
commit
424f007b10
1 changed files with 0 additions and 1 deletions
|
|
@ -554,7 +554,6 @@
|
||||||
</div>
|
</div>
|
||||||
<input
|
<input
|
||||||
class="w-full bg-transparent outline-hidden py-0.5"
|
class="w-full bg-transparent outline-hidden py-0.5"
|
||||||
required
|
|
||||||
placeholder={$i18n.t('Enter certificate path')}
|
placeholder={$i18n.t('Enter certificate path')}
|
||||||
bind:value={LDAP_SERVER.certificate_path}
|
bind:value={LDAP_SERVER.certificate_path}
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue