Changeset db39d9e for my-react-app/src/components/LoginForm.js
- Timestamp:
- 03/05/24 14:27:53 (15 months ago)
- Branches:
- main
- Children:
- 8ca35dc
- Parents:
- 5a9c93b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
my-react-app/src/components/LoginForm.js
r5a9c93b rdb39d9e 58 58 <form onSubmit={this.onSubmitLogin}> 59 59 <div className="form-outline mb-4"> 60 <input type=" login" id="loginEmail" name="login" className="form-control" onChange={this.onChangeHandler}/>61 <label className="form-label" htmlFor=" loginEmail">Email</label>60 <input type="email" id="email" name="email" className="form-control" onChange={this.onChangeHandler}/> 61 <label className="form-label" htmlFor="email">Email</label> 62 62 </div> 63 63 <div className="form-outline mb-4">
Note:
See TracChangeset
for help on using the changeset viewer.