mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
@@ -60,7 +60,7 @@
|
||||
await goto('/');
|
||||
}
|
||||
loaded = true;
|
||||
if ($config?.trusted_header_auth ?? false) {
|
||||
if (($config?.trusted_header_auth ?? false) || $config?.auth === false) {
|
||||
await signInHandler();
|
||||
}
|
||||
});
|
||||
@@ -97,7 +97,7 @@
|
||||
</div> -->
|
||||
|
||||
<div class="w-full sm:max-w-md px-10 min-h-screen flex flex-col text-center">
|
||||
{#if $config?.trusted_header_auth ?? false}
|
||||
{#if ($config?.trusted_header_auth ?? false) || $config?.auth === false}
|
||||
<div class=" my-auto pb-10 w-full">
|
||||
<div
|
||||
class="flex items-center justify-center gap-3 text-xl sm:text-2xl text-center font-bold dark:text-gray-200"
|
||||
|
||||
Reference in New Issue
Block a user