This commit is contained in:
l.gabrysiak 2025-03-01 14:34:51 +01:00
parent cb23c71bf3
commit 272e84a3e9
1 changed files with 4 additions and 1 deletions

View File

@ -49,7 +49,10 @@
const redirectPath = querystringValue('redirect') || '/'; const redirectPath = querystringValue('redirect') || '/';
goto(redirectPath); goto(redirectPath);
} }
else
{
await goto(`${WEBUI_BASE_URL}/oauth/oidc/login`); await goto(`${WEBUI_BASE_URL}/oauth/oidc/login`);
}
}; };
const signInHandler = async () => { const signInHandler = async () => {