mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Prevented inadvertant logging during MFA flow
- Added StoppedAuthenticationException to dontReport list. - Added test to cover. Closes #3468
This commit is contained in:
@ -21,6 +21,7 @@ class Handler extends ExceptionHandler
|
||||
*/
|
||||
protected $dontReport = [
|
||||
NotFoundException::class,
|
||||
StoppedAuthenticationException::class,
|
||||
];
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user