diff --git a/src/routes/auth/+page.svelte b/src/routes/auth/+page.svelte index d204723..dafc1c4 100644 --- a/src/routes/auth/+page.svelte +++ b/src/routes/auth/+page.svelte @@ -49,7 +49,10 @@ const redirectPath = querystringValue('redirect') || '/'; goto(redirectPath); } - await goto(`${WEBUI_BASE_URL}/oauth/oidc/login`); + else + { + await goto(`${WEBUI_BASE_URL}/oauth/oidc/login`); + } }; const signInHandler = async () => {