mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
feat: add admin ui for toggling community sharing
This commit is contained in:
@@ -60,7 +60,10 @@
|
||||
await goto('/');
|
||||
}
|
||||
loaded = true;
|
||||
if (($config?.feature_flags.auth_trusted_header ?? false) || $config?.feature_flags.auth === false) {
|
||||
if (
|
||||
($config?.feature_flags.auth_trusted_header ?? false) ||
|
||||
$config?.feature_flags.auth === false
|
||||
) {
|
||||
await signInHandler();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user