Skip to content

Commit

Permalink
adds class=form-control to password field of view.login
Browse files Browse the repository at this point in the history
  • Loading branch information
mitttens committed Dec 8, 2013
1 parent fe1f70a commit b0713b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="{{{ (Confide::checkAction('UserController@forgot_password')) ?: 'forgot' }}}">{{{ Lang::get('confide::confide.login.forgot_password') }}}</a>
</small>
</label>
<input tabindex="2" placeholder="{{{ Lang::get('confide::confide.password') }}}" type="password" name="password" id="password">
<input class="form-control" tabindex="2" placeholder="{{{ Lang::get('confide::confide.password') }}}" type="password" name="password" id="password">
</div>
<div class="form-group">
<label for="remember" class="checkbox">{{{ Lang::get('confide::confide.login.remember') }}}
Expand Down

0 comments on commit b0713b5

Please sign in to comment.