Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
fix(profile): accept images only
Browse files Browse the repository at this point in the history
  • Loading branch information
Dwigoric committed Aug 6, 2023
1 parent 81921ef commit 2c6b6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ProfileView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ watch(
<VFileInput
label="Change profile picture"
v-model="files"
accept="image*/"
accept="image/*"
clearable="clearable"
ref="inputImage"
></VFileInput>
Expand Down

0 comments on commit 2c6b6da

Please sign in to comment.