Avatars don't support SVG format
This commit is contained in:
parent
71c5103280
commit
023aef7eb4
7 changed files with 17 additions and 9 deletions
|
|
@ -114,7 +114,7 @@
|
|||
</div>
|
||||
|
||||
<input id="room-avatar-picker" ref="avatar" type="file" name="avatar" @change="handlePickedAvatar($event)"
|
||||
:accept="supportedImageTypes" class="d-none" />
|
||||
:accept="supportedAvatarImageTypes" class="d-none" />
|
||||
|
||||
<div class="join-lang">
|
||||
<h3 class="mb-2">{{ $t("profile.select_language") }}</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue