settings: accept all image filetype

This commit is contained in:
AdrienLSH 2024-02-20 10:00:12 +01:00
parent 40a9395340
commit b30831234c

View File

@ -116,7 +116,7 @@ export default class extends AbstractAuthenticatedView
</div> </div>
<div class="profile"> <div class="profile">
<h3>Profile</h3> <h3>Profile</h3>
<input type="file" id="avatar-input" accept="image/png, image/jpeg"> <input type="file" id="avatar-input" accept="image/*">
<input type="button" value="Save profile" id="save-profile-button"> <input type="button" value="Save profile" id="save-profile-button">
<span id="save-profile"></span> <span id="save-profile"></span>
</div> </div>