From ac7ff799ba0b442fa60724e551723e082781cf09 Mon Sep 17 00:00:00 2001 From: "l.gabrysiak" Date: Sat, 1 Mar 2025 14:15:28 +0100 Subject: [PATCH] mod auth --- src/routes/auth/+page.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/routes/auth/+page.svelte b/src/routes/auth/+page.svelte index 02746d2..d204723 100644 --- a/src/routes/auth/+page.svelte +++ b/src/routes/auth/+page.svelte @@ -49,6 +49,7 @@ const redirectPath = querystringValue('redirect') || '/'; goto(redirectPath); } + await goto(`${WEBUI_BASE_URL}/oauth/oidc/login`); }; const signInHandler = async () => {