From be64cd258bc79eabd53560dfaa4428f1675a7d56 Mon Sep 17 00:00:00 2001 From: Yadunand Prem Date: Fri, 26 Sep 2025 23:20:28 +0800 Subject: [PATCH] fix: wrong trailing slash? --- apps/base/open-webui.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/open-webui.yaml b/apps/base/open-webui.yaml index 538b3a1..74029ed 100644 --- a/apps/base/open-webui.yaml +++ b/apps/base/open-webui.yaml @@ -75,9 +75,9 @@ spec: - name: ENABLE_OAUTH_PERSISTENT_CONFIG value: "false" - name: ENABLE_LOGIN_FORM - value: "false" + value: "true" - name: OPENID_REDIRECT_URI - value: "https://chat.yadunut.dev/oauth/oidc/callback/" + value: "https://chat.yadunut.dev/oauth/oidc/callback" # OIDC via Authentik sso: