Răsfoiți Sursa

124062 add isEmailSent

soumaeda 3 ani în urmă
părinte
comite
c8045907a3
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

@@ -20,6 +20,7 @@ class PasswordResetModal extends React.Component {
     this.state = {
     this.state = {
       temporaryPassword: [],
       temporaryPassword: [],
       isPasswordResetDone: false,
       isPasswordResetDone: false,
+      isEmailSent: false,
     };
     };
 
 
     this.resetPassword = this.resetPassword.bind(this);
     this.resetPassword = this.resetPassword.bind(this);