mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-14 09:56:04 +08:00
feat: gravatar default image updated
This commit is contained in:
parent
83ff1d77ea
commit
dedb42582b
@ -12,4 +12,4 @@ def get_gravatar_url(email):
|
|||||||
hash_hex = hash_object.hexdigest()
|
hash_hex = hash_object.hexdigest()
|
||||||
|
|
||||||
# Grab the actual image URL
|
# Grab the actual image URL
|
||||||
return f"https://www.gravatar.com/avatar/{hash_hex}"
|
return f"https://www.gravatar.com/avatar/{hash_hex}?d=mp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user