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