Skip to content

Commit c07377b

Browse files
committed
Update password.blade.php
1 parent 7ea1213 commit c07377b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/auth/password.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</div>
2525
@endif
2626

27-
<form class="form-horizontal" role="form" method="POST" action="/password/email">
27+
<form class="form-horizontal" role="form" method="POST" action="{{ url('/password/email') }}">
2828
<input type="hidden" name="_token" value="{{ csrf_token() }}">
2929

3030
<div class="form-group">

0 commit comments

Comments
 (0)