X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/f5077c17f4c0d968740d8143978bf4d4e0b9597b..refs/pull/3918/head:/app/Exceptions/Handler.php diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php index 317b011d8..187664f9e 100644 --- a/app/Exceptions/Handler.php +++ b/app/Exceptions/Handler.php @@ -21,6 +21,7 @@ class Handler extends ExceptionHandler */ protected $dontReport = [ NotFoundException::class, + StoppedAuthenticationException::class, ]; /**