Skip to content

Commit

Permalink
Update reset.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewhany committed Feb 26, 2015
1 parent 95d7083 commit 92510f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/auth/reset.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
@endif

<form class="form-horizontal" role="form" method="POST" action="/password/reset">
<form class="form-horizontal" role="form" method="POST" action="{{ url('/password/reset') }}">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<input type="hidden" name="token" value="{{ $token }}">

Expand Down

0 comments on commit 92510f7

Please sign in to comment.