mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
Merge pull request #9195 from rragundez/default-picture
[EASY] Set default picture to user.png
This commit is contained in:
commit
bc5452ea41
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue