Răsfoiți Sursa

fixed input type

kaori 4 ani în urmă
părinte
comite
357e80cd37
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      src/client/js/components/PasswordResetExecutionForm.jsx

+ 2 - 2
src/client/js/components/PasswordResetExecutionForm.jsx

@@ -19,12 +19,12 @@ const PasswordResetExecutionForm = (props) => {
             <form role="form" className="form" method="post">
               <div className="form-group">
                 <div className="input-group">
-                  <input name="email" placeholder="New Password" className="form-control" type="email" />
+                  <input name="password" placeholder="New Password" className="form-control" type="password" />
                 </div>
               </div>
               <div className="form-group">
                 <div className="input-group">
-                  <input name="email" placeholder="Confirm the new password" className="form-control" type="email" />
+                  <input name="password" placeholder="Confirm the new password" className="form-control" type="password" />
                 </div>
               </div>
               <div className="form-group">