mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-05 04:03:26 +00:00
Do not report on OAuth exceptions.
This commit is contained in:
@@ -52,6 +52,7 @@ class Handler extends ExceptionHandler
|
||||
AuthenticationException::class,
|
||||
LaravelValidationException::class,
|
||||
NotFoundHttpException::class,
|
||||
OAuthServerException::class
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user