Skip to content

Commit

Permalink
Merge pull request #3 from vintagesucks/patch-1
Browse files Browse the repository at this point in the history
fix remember me checkbox
  • Loading branch information
baorv authored Jan 27, 2019
2 parents 1b77f85 + 6389cb5 commit 9b16d5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</div>
<div class="form-group">
<label class="custom-control custom-checkbox">
{!! Form::checkbox('remember', null) !!}
{!! Form::checkbox('remember', null, false, ['class' => 'custom-control-input']) !!}
<span class="custom-control-label">@lang('tabler::login.remeber-me')</span>
</label>
</div>
Expand All @@ -28,4 +28,4 @@
<div class="text-center text-muted">
@lang('tabler::login.no-account') <a href="{!! url(config('tabler.url.register', 'register')) !!}">@lang('tabler::login.register')</a>
</div>
@stop
@stop

0 comments on commit 9b16d5e

Please sign in to comment.