mod
This commit is contained in:
parent
cb23c71bf3
commit
272e84a3e9
|
|
@ -49,7 +49,10 @@
|
|||
const redirectPath = querystringValue('redirect') || '/';
|
||||
goto(redirectPath);
|
||||
}
|
||||
else
|
||||
{
|
||||
await goto(`${WEBUI_BASE_URL}/oauth/oidc/login`);
|
||||
}
|
||||
};
|
||||
|
||||
const signInHandler = async () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue