fix: clear new password in admin user edit

pull/1430/head
NGPixel 5 years ago
parent 22fa5c9b23
commit 4e9d4071fd

@ -793,6 +793,7 @@ export default {
timezone: this.user.timezone
}
})
this.newPassword = ''
if (_.get(resp, 'data.users.update.responseResult.succeeded', false)) {
this.$store.commit('showNotification', {
style: 'success',

Loading…
Cancel
Save