Skip to content

Commit

Permalink
Update login.stub (#16944)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurencei authored and taylorotwell committed Dec 23, 2016
1 parent f9ed425 commit 0ab80a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="col-md-6 col-md-offset-4">
<div class="checkbox">
<label>
<input type="checkbox" name="remember"> Remember Me
<input type="checkbox" name="remember" {{ old('remember') ? 'checked' : ''}}> Remember Me
</label>
</div>
</div>
Expand Down

0 comments on commit 0ab80a4

Please sign in to comment.