Adds latest episode api endpoint and some other minor modifications.
This commit is contained in:
@@ -26,7 +26,7 @@ class PasswordResetLinkController extends Controller
|
||||
public function store(Request $request): RedirectResponse
|
||||
{
|
||||
$request->validate([
|
||||
'email' => ['required', 'email'],
|
||||
'email' => ['required', 'email', 'exists:users,email'],
|
||||
]);
|
||||
|
||||
// We will send the password reset link to this user. Once we have attempted
|
||||
|
||||
Reference in New Issue
Block a user