feat: Allow more image formats in avatar uploads form (#8419)
This commit is contained in:
@@ -25,7 +25,7 @@
|
|||||||
id="file"
|
id="file"
|
||||||
ref="file"
|
ref="file"
|
||||||
type="file"
|
type="file"
|
||||||
accept="image/png, image/jpeg, image/gif"
|
accept="image/png, image/jpeg, image/jpg, image/gif, image/webp"
|
||||||
@change="handleImageUpload"
|
@change="handleImageUpload"
|
||||||
/>
|
/>
|
||||||
<slot />
|
<slot />
|
||||||
|
|||||||
Reference in New Issue
Block a user