Update password.blade.php
This commit is contained in:
parent
7ea1213884
commit
c07377b230
|
|
@ -24,7 +24,7 @@
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<form class="form-horizontal" role="form" method="POST" action="/password/email">
|
<form class="form-horizontal" role="form" method="POST" action="{{ url('/password/email') }}">
|
||||||
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
<input type="hidden" name="_token" value="{{ csrf_token() }}">
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue