소스 검색

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