Explorar el Código

integration branch

soumaeda hace 3 años
padre
commit
67f17b6729
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 {