settings: accept all image filetype
This commit is contained in:
parent
40a9395340
commit
b30831234c
@ -116,7 +116,7 @@ export default class extends AbstractAuthenticatedView
|
||||
</div>
|
||||
<div class="profile">
|
||||
<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">
|
||||
<span id="save-profile"></span>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user