1
0
forked from PGL/Clyde

adding list of user PROTO

This commit is contained in:
2024-03-15 15:12:01 +01:00
parent 20d52b2b21
commit a0c38a8d59
7 changed files with 343 additions and 8 deletions

View File

@ -104,7 +104,7 @@
<input type="text" v-model="country">
</div>
<form novalidate enctype="multipart/form-data" class="inputBox">
<p>ProfilePicture</p>
<p>{{i18n("profile.picture").toUpperCase()}}</p>
<input type="file" :disabled="imageSaved" @change="ppData = uploadProfilePicture($event.target.files); imageSaved = true;" accept="image/*">
</form>
<div class="inputBox">