Skip to content

Commit

Permalink
Fix reset password route
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoJF committed Oct 5, 2020
1 parent 0ee84d3 commit 7bd1a4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/auth/passwords/reset.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div class="card-header">{{ __('Reset Password') }}</div>

<div class="card-body">
<form method="POST" action="{{ route('accounts.update') }}">
<form method="POST" action="{{ route('password.update') }}">
@csrf

<input type="hidden" name="token" value="{{ $token }}">
Expand Down

0 comments on commit 7bd1a4c

Please sign in to comment.