diff --git a/backend/open_webui/config.py b/backend/open_webui/config.py index ea2cbebd2f..1e3881a8aa 100644 --- a/backend/open_webui/config.py +++ b/backend/open_webui/config.py @@ -322,7 +322,7 @@ JWT_EXPIRES_IN = PersistentConfig( if JWT_EXPIRES_IN.value == "-1": log.warning( "⚠️ SECURITY WARNING: JWT_EXPIRES_IN is set to '-1'\n" - " See: https://docs.openwebui.com/getting-started/env-configuration\n" + " See: https://docs.openwebui.com/reference/env-configuration\n" ) #################################### diff --git a/src/lib/components/admin/Settings/General.svelte b/src/lib/components/admin/Settings/General.svelte index fd0c84227b..f2ba4a3ee1 100644 --- a/src/lib/components/admin/Settings/General.svelte +++ b/src/lib/components/admin/Settings/General.svelte @@ -420,9 +420,8 @@ />
- @@ -463,7 +462,7 @@ {$i18n.t('Warning')}: {$i18n.t('No expiration can pose security risks.')}