Disable notifyOnFailedLogin by default

This commit is contained in:
Bubka 2024-04-26 10:31:57 +02:00
parent 7e1fdf67bb
commit 4f5274bfe5

View File

@ -123,7 +123,7 @@
'lang' => 'browser',
'getOtpOnRequest' => true,
'notifyOnNewAuthDevice' => true,
'notifyOnFailedLogin' => true,
'notifyOnFailedLogin' => false,
'timezone' => env('APP_TIMEZONE', 'UTC'),
],