Update reset.blade.php

This commit is contained in:
Mathew Hany 2015-02-26 01:53:27 -08:00
parent 95d708379f
commit 92510f7e88

View File

@ -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 }}">