fix(profile): update allowed image formats and adjust file input accept attribute

This commit is contained in:
2026-06-15 11:39:15 +03:30
parent 174c72ddf3
commit 744ab78c14
3 changed files with 3 additions and 3 deletions

View File

@@ -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}
/>