mirror of
https://github.com/open-webui/open-webui
synced 2024-11-16 05:24:02 +00:00
fix: user profile image for disabled auth
This commit is contained in:
parent
e70cff67c2
commit
40653669f6
@ -314,7 +314,7 @@
|
||||
<div class=" flex w-full">
|
||||
<div class=" mr-4">
|
||||
{#if message.role === 'user'}
|
||||
{#if $config === null}
|
||||
{#if $config === null || !($config?.auth ?? true)}
|
||||
<img
|
||||
src="{$settings.gravatarUrl ? $settings.gravatarUrl : '/user'}.png"
|
||||
class=" max-w-[28px] object-cover rounded-full"
|
||||
|
Loading…
Reference in New Issue
Block a user