Changeset 2e507a8 for client_app/src/components/login
- Timestamp:
- 01/12/21 21:10:56 (4 years ago)
- Branches:
- master
- Children:
- 47067ae
- Parents:
- a70db1a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client_app/src/components/login/login.js
ra70db1a r2e507a8 31 31 <h1 style={{color: "red"}}>{props.error}</h1> 32 32 <Form onSubmit={onFormSubmit}> 33 <Form.Input id="email" name="email" type=' text' required fluid label='E-mail' placeholder='Enter e-mail.' onChange={handleCheck} />33 <Form.Input id="email" name="email" type='email' required fluid label='E-mail' placeholder='Enter e-mail.' onChange={handleCheck} /> 34 34 <Form.Input id="password" name="password" type='password' required fluid label='Password' placeholder='Enter password.' onChange={handleCheck} /> 35 35 <Form.Field
Note:
See TracChangeset
for help on using the changeset viewer.