Unverified Commit 66c2024d authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #2395 from open-webui/dev

fix
parents be5534c6 ab271c82
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
crossorigin="anonymous" crossorigin="anonymous"
src={src.startsWith(WEBUI_BASE_URL) || src={src.startsWith(WEBUI_BASE_URL) ||
src.startsWith('https://www.gravatar.com/avatar/') || src.startsWith('https://www.gravatar.com/avatar/') ||
src.startsWith('data:') src.startsWith('data:') ||
src.startsWith('/')
? src ? src
: `/user.png`} : `/user.png`}
class=" w-8 object-cover rounded-full" class=" w-8 object-cover rounded-full"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment