From 4ddcb0c96531d8b30822134bcd9a6203f9e20b52 Mon Sep 17 00:00:00 2001 From: James Cole Date: Wed, 7 Apr 2021 05:56:50 +0200 Subject: [PATCH] Do not report on OAuth exceptions. --- app/Exceptions/Handler.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 66f970984e..d398408439 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -52,6 +52,7 @@ class Handler extends ExceptionHandler AuthenticationException::class, LaravelValidationException::class, NotFoundHttpException::class, + OAuthServerException::class ]; /**