fix: clear new password in admin user edit

This commit is contained in:
NGPixel 2020-01-31 13:45:30 -05:00
parent 22fa5c9b23
commit 4e9d4071fd

View File

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