This commit is contained in:
j3d1 2026-09-04 15:04:13 +02:00
parent e88dc898b3
commit 78a1e0301f
20 changed files with 118 additions and 121 deletions

View file

@ -130,6 +130,7 @@ export default {
await this.updateUserProfilePicture({file: image});
},
async removePicture() {
if (!confirm('Are you sure you want to remove your profile picture?')) return;
await this.updateUserProfilePicture({file: null});
}
},