Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Tobias Bieniek <tobias.bieniek@gmail.com>
  • Loading branch information
marcoow and Turbo87 committed Mar 19, 2020
1 parent 9f70dd9 commit 5189c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dummy/app/templates/components/login-form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<form {{action 'authenticateWithOAuth2' on='submit'}}>
<div class="form-group">
<label for="identification">Login</label>
{{input value=identification placeholder='Enter Login' class='form-control' data-test-identification="true"}}
{{input value=identification placeholder='Enter Login' class='form-control' data-test-identification=true}}
</div>
<div class="form-group">
<label for="password">Password</label>
{{input value=password placeholder='Enter Password' class='form-control' type='password' data-test-password="true"}}
{{input value=password placeholder='Enter Password' class='form-control' type='password' data-test-password=true}}
</div>
<div class="form-group form-check">
{{input checked=rememberMe name='rememberMe' type='checkbox' id='rememberMe' class='form-check-input'}}
Expand Down

0 comments on commit 5189c62

Please sign in to comment.