Avatars don't support SVG format
This commit is contained in:
parent
71c5103280
commit
023aef7eb4
7 changed files with 17 additions and 9 deletions
|
|
@ -68,7 +68,7 @@
|
|||
<interactive-auth ref="interactiveAuth" />
|
||||
|
||||
<input id="user-avatar-picker" ref="useravatar" type="file" name="user-avatar"
|
||||
@change="handlePickedUserAvatar($event)" :accept="supportedImageTypes" class="d-none" />
|
||||
@change="handlePickedUserAvatar($event)" :accept="supportedAvatarImageTypes" class="d-none" />
|
||||
|
||||
<v-dialog v-model="enterRoomDialog" :width="$vuetify.display.smAndUp ? '50%' : '90%'">
|
||||
<v-card>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue