When UI "Bypass SSL verification for Websites"=True then ENABLE_RAG_WEB_LOADER_SSL_VERIFICATION=False

This commit is contained in:
Davi Sclifo Zucon
2024-11-04 16:29:29 -03:00
parent 35a9140567
commit a70e5a0f30
2 changed files with 5 additions and 5 deletions

View File

@@ -319,7 +319,7 @@
}}
type="button"
>
{#if webConfig.web_loader_ssl_verification === true}
{#if webConfig.web_loader_ssl_verification === false}
<span class="ml-2 self-center">{$i18n.t('On')}</span>
{:else}
<span class="ml-2 self-center">{$i18n.t('Off')}</span>