Disable new device notification for now

This commit is contained in:
Bubka 2024-05-29 11:41:14 +02:00
parent 2ff8fe65d2
commit 1bbdb5a483

View File

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