Replace multiple failures alert #11544

This commit is contained in:
James Cole
2026-01-19 20:02:08 +01:00
parent 095d31fbe1
commit e28df272b5
@@ -25,10 +25,8 @@ declare(strict_types=1);
namespace FireflyIII\Handlers\Events\Security;
use Exception;
use FireflyIII\Events\Security\MFAManyFailedAttempts;
use FireflyIII\Events\Security\MFANewBackupCodes;
use FireflyIII\Events\Security\MFAUsedBackupCode;
use FireflyIII\Notifications\Security\MFAManyFailedAttemptsNotification;
use FireflyIII\Notifications\Security\MFAUsedBackupCodeNotification;
use FireflyIII\Notifications\Security\NewBackupCodesNotification;
use Illuminate\Support\Facades\Log;
@@ -36,10 +34,6 @@ use Illuminate\Support\Facades\Notification;
class MFAHandler
{
public function sendMFAFailedAttemptsMail(MFAManyFailedAttempts $event): void
{
}
public function sendNewMFABackupCodesMail(MFANewBackupCodes $event): void
{