We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ea1213 commit c07377bCopy full SHA for c07377b
resources/views/auth/password.blade.php
@@ -24,7 +24,7 @@
24
</div>
25
@endif
26
27
- <form class="form-horizontal" role="form" method="POST" action="/password/email">
+ <form class="form-horizontal" role="form" method="POST" action="{{ url('/password/email') }}">
28
<input type="hidden" name="_token" value="{{ csrf_token() }}">
29
30
<div class="form-group">
0 commit comments