You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The profile photo is currently fetched using a random API instead of displaying user initials when no image URL is provided. For example, if the user's name is "Akshay Waghmare," the expected initials should be "AW," but a random image is shown instead.
To Reproduce
Steps to reproduce the behavior:
Create a new user profile without uploading a profile picture.
Observe that a random profile image is assigned instead of user initials.
Expected behavior
When no profile image URL is provided, the user's initials should be displayed as their profile picture.
Screenshots
Desktop (please complete the following information):
OS: [e.g., macOS, Windows, Linux]
Browser: [e.g., Chrome, Safari, Firefox]
Version: [e.g., 22]
Smartphone (please complete the following information):
Device: [e.g., iPhone 13, Samsung Galaxy S22]
OS: [e.g., iOS 16, Android 12]
Browser: [e.g., Safari, Chrome]
Version: [e.g., 22]
Additional context
A fix has been implemented to check for a profile image URL. If a URL exists, it will display the image; otherwise, it will generate initials from the user's name.
The text was updated successfully, but these errors were encountered:
Bug Report
Describe the bug
The profile photo is currently fetched using a random API instead of displaying user initials when no image URL is provided. For example, if the user's name is "Akshay Waghmare," the expected initials should be "AW," but a random image is shown instead.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When no profile image URL is provided, the user's initials should be displayed as their profile picture.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
A fix has been implemented to check for a profile image URL. If a URL exists, it will display the image; otherwise, it will generate initials from the user's name.
The text was updated successfully, but these errors were encountered: