Răsfoiți Sursa

integration branch

soumaeda 2 ani în urmă
părinte
comite
67f17b6729
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      apps/app/src/components/Admin/Users/PasswordResetModal.jsx

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

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