fix(profile): update allowed image formats and adjust file input accept attribute
This commit is contained in:
@@ -89,7 +89,7 @@ export function ProfileImage({
|
||||
: t('settingForm.uploadPicture')}
|
||||
<input
|
||||
hidden
|
||||
accept="image/png, image/jpeg, image/gif"
|
||||
accept="image/*"
|
||||
type="file"
|
||||
onChange={handleImageChange}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user