fix: clear new password in admin user edit
This commit is contained in:
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…
Reference in New Issue
Block a user