diff --git a/config/2fauth.php b/config/2fauth.php index cd703034..01b7daa3 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -123,7 +123,7 @@ 'lang' => 'browser', 'getOtpOnRequest' => true, 'notifyOnNewAuthDevice' => true, - 'notifyOnFailedLogin' => true, + 'notifyOnFailedLogin' => false, 'timezone' => env('APP_TIMEZONE', 'UTC'), ],