Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed May 18, 2017
1 parent 5c98c23 commit 41c297f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/auth/_login_form.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<form method="POST" action="{{ route('auth.login') }}" accept-charset="UTF-8">
{{ csrf_field() }}

<input type="hidden" name="remember" value="yes">

@if (isset($login_required))
<div class="alert alert-warning">
你需要登录以后才能操作。
Expand Down

0 comments on commit 41c297f

Please sign in to comment.