mirror of
https://github.com/open-webui/open-webui
synced 2025-02-24 06:06:14 +00:00
Set default picture to user.png
This commit is contained in:
parent
9b640b0ac2
commit
30e4b32a5b
@ -274,7 +274,7 @@ class OAuthManager:
|
|||||||
log.error(
|
log.error(
|
||||||
f"Error downloading profile image '{picture_url}': {e}"
|
f"Error downloading profile image '{picture_url}': {e}"
|
||||||
)
|
)
|
||||||
picture_url = ""
|
picture_url = "/user.png"
|
||||||
if not picture_url:
|
if not picture_url:
|
||||||
picture_url = "/user.png"
|
picture_url = "/user.png"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user