mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 19:57:44 +02:00
Disable notifyOnFailedLogin by default
This commit is contained in:
parent
7e1fdf67bb
commit
4f5274bfe5
@ -123,7 +123,7 @@ return [
|
|||||||
'lang' => 'browser',
|
'lang' => 'browser',
|
||||||
'getOtpOnRequest' => true,
|
'getOtpOnRequest' => true,
|
||||||
'notifyOnNewAuthDevice' => true,
|
'notifyOnNewAuthDevice' => true,
|
||||||
'notifyOnFailedLogin' => true,
|
'notifyOnFailedLogin' => false,
|
||||||
'timezone' => env('APP_TIMEZONE', 'UTC'),
|
'timezone' => env('APP_TIMEZONE', 'UTC'),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user