This commit is contained in:
l.gabrysiak 2025-03-01 14:15:28 +01:00
parent 7beba550c8
commit ac7ff799ba
1 changed files with 1 additions and 0 deletions

View File

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