Przeglądaj źródła

fixed input type

kaori 4 lat temu
rodzic
commit
357e80cd37

+ 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">