Browse Source

fix: clear new password in admin user edit

pull/1430/head
NGPixel 4 years ago
parent
commit
4e9d4071fd
1 changed files with 1 additions and 0 deletions
  1. 1
      client/components/admin/admin-users-edit.vue

1
client/components/admin/admin-users-edit.vue

@ -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