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