Browse Source

Update reset.blade.php

Mathew Hany 9 years ago
parent
commit
92510f7e88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/auth/reset.blade.php

+ 1 - 1
resources/views/auth/reset.blade.php

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