diff --git a/src/Illuminate/Foundation/Auth/ThrottlesLogins.php b/src/Illuminate/Foundation/Auth/ThrottlesLogins.php index 5235299faa30..fc50720f74cd 100644 --- a/src/Illuminate/Foundation/Auth/ThrottlesLogins.php +++ b/src/Illuminate/Foundation/Auth/ThrottlesLogins.php @@ -52,7 +52,7 @@ protected function sendLockoutResponse(Request $request) throw ValidationException::withMessages([ $this->username() => [Lang::get('auth.throttle', ['seconds' => $seconds])], - ])->status(423); + ])->status(429); } /**