mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 16:23:18 +01:00
Disable notifyOnFailedLogin by default
This commit is contained in:
parent
7e1fdf67bb
commit
4f5274bfe5
@ -123,7 +123,7 @@
|
||||
'lang' => 'browser',
|
||||
'getOtpOnRequest' => true,
|
||||
'notifyOnNewAuthDevice' => true,
|
||||
'notifyOnFailedLogin' => true,
|
||||
'notifyOnFailedLogin' => false,
|
||||
'timezone' => env('APP_TIMEZONE', 'UTC'),
|
||||
],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user