stash
This commit is contained in:
parent
e88dc898b3
commit
78a1e0301f
20 changed files with 118 additions and 121 deletions
|
|
@ -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});
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue