Skip to content

Commit 92510f7

Browse files
committed
Update reset.blade.php
1 parent 95d7083 commit 92510f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/auth/reset.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
</div>
1919
@endif
2020

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

0 commit comments

Comments
 (0)