Skip to content

Commit

Permalink
Merge pull request #341 from hostingseguro/patch-1
Browse files Browse the repository at this point in the history
Fix login "remember me"
  • Loading branch information
AlirezaAlgo authored Apr 9, 2017
2 parents 1628532 + d3ace27 commit 93d003a
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 @@ -37,7 +37,7 @@
</div>
<div class="checkbox">
<label>
<input name="remember" type="checkbox" value="Remember Me">
<input name="remember" type="checkbox" value="true">
{{ \Lang::get('panel::fields.rememberMe') }}
</label>
<label class="pull-right">
Expand Down

0 comments on commit 93d003a

Please sign in to comment.