Merge pull request #9195 from rragundez/default-picture

[EASY] Set default picture to user.png
This commit is contained in:
Timothy Jaeryang Baek 2025-01-31 19:35:52 -08:00 committed by GitHub
commit bc5452ea41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -274,7 +274,7 @@ class OAuthManager:
log.error(
f"Error downloading profile image '{picture_url}': {e}"
)
picture_url = ""
picture_url = "/user.png"
if not picture_url:
picture_url = "/user.png"