Adds latest episode api endpoint and some other minor modifications.

This commit is contained in:
2025-07-27 16:44:50 +00:00
parent 97b018f2bc
commit 667f0acd83
30 changed files with 3007 additions and 3336 deletions

View File

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