Remove user passwords (#539)

* Remove user passwords

Co-authored-by: Jonas Plum <git@jonasplum.de>
This commit is contained in:
Jonas Plum
2022-10-22 15:12:37 +02:00
committed by GitHub
parent fb69a1a07b
commit 6756ce5426
13 changed files with 27 additions and 101 deletions

View File

@@ -130,6 +130,11 @@ export default Vue.extend({
components: {
VueCropper
},
watch: {
"userdata": function () {
this.editoruserdata = this.userdata;
},
},
methods: {
saveUserData: function() {
this.$emit("save", this.editoruserdata);