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