diff --git a/app/Foundation/Exceptions/Displayers/ThrottleDisplayer.php b/app/Foundation/Exceptions/Displayers/ThrottleDisplayer.php index f36871db9..7d2989275 100644 --- a/app/Foundation/Exceptions/Displayers/ThrottleDisplayer.php +++ b/app/Foundation/Exceptions/Displayers/ThrottleDisplayer.php @@ -49,7 +49,7 @@ class ThrottleDisplayer implements DisplayerInterface */ public function display(Exception $exception, $id, $code, array $headers) { - return redirect()->route('auth.login')->withError(trans('forms.login.rate-limit')); + return cachet_redirect('auth.login')->withError(trans('forms.login.rate-limit')); } /**