Browse Source

123684 fix conflict

soumaeda 2 years ago
parent
commit
fc860519c8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      apps/app/src/components/Admin/Users/PasswordResetModal.jsx

+ 1 - 0
apps/app/src/components/Admin/Users/PasswordResetModal.jsx

@@ -24,6 +24,7 @@ class PasswordResetModal extends React.Component {
     this.resetPassword = this.resetPassword.bind(this);
   }
 
+  // Reset Password
   async resetPassword() {
     const { t, userForPasswordResetModal } = this.props;
     try {