Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(containers): add "id" property to Login inputs
Browse files Browse the repository at this point in the history
fix(containers): add "id" property to Login inputs
  • Loading branch information
Metnew committed Nov 11, 2017
1 parent 59da7fb commit d6c3beb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/containers/Login/components/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@ class LoginComponent extends Component {
/>
)}
<Form.Input
id="username"
placeholder="Username"
name="username"
label="Username"
value={username}
onChange={this.handleChange.bind(this)}
/>
<Form.Input
id="password"
autoComplete="current-password"
placeholder="Password"
type="password"
Expand Down

0 comments on commit d6c3beb

Please sign in to comment.