Commit 4e9d4071 authored by NGPixel's avatar NGPixel

fix: clear new password in admin user edit

parent 22fa5c9b
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment