From 1bbdb5a483b5094403666437ad3abaf6065f8a56 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Wed, 29 May 2024 11:41:14 +0200 Subject: [PATCH] Disable new device notification for now --- config/2fauth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/2fauth.php b/config/2fauth.php index ff74c7a7..4cc1f45c 100644 --- a/config/2fauth.php +++ b/config/2fauth.php @@ -122,7 +122,7 @@ 'formatPasswordBy' => 0.5, 'lang' => 'browser', 'getOtpOnRequest' => true, - 'notifyOnNewAuthDevice' => true, + 'notifyOnNewAuthDevice' => false, 'notifyOnFailedLogin' => false, 'timezone' => env('APP_TIMEZONE', 'UTC'), ],