Skip to content

Commit

Permalink
Fix password reset not working
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderglueck committed Sep 10, 2024
1 parent 72eae3c commit 2783522
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 @@ -11,7 +11,7 @@
<div class="card-header">{{ __('Reset Password') }}</div>

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

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

0 comments on commit 2783522

Please sign in to comment.