mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2026-02-07 05:43:28 +01:00
Remove user passwords (#539)
* Remove user passwords Co-authored-by: Jonas Plum <git@jonasplum.de>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user