Преглед на файлове

fix: clear new password in admin user edit

NGPixel преди 5 години
родител
ревизия
4e9d4071fd
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      client/components/admin/admin-users-edit.vue

+ 1 - 0
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',