From 73166864060460319e6afff82e62690372499f28 Mon Sep 17 00:00:00 2001 From: mauromartinez Date: Fri, 13 Sep 2024 16:28:26 +0300 Subject: [PATCH] Smaller QR --- src/TwoFactorAuth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TwoFactorAuth.php b/src/TwoFactorAuth.php index 28fd361..672c96c 100644 --- a/src/TwoFactorAuth.php +++ b/src/TwoFactorAuth.php @@ -51,7 +51,7 @@ public function generateQR(string $userSecret): string config('app.name'), Auth::guard(config('two_factor_auth.guard'))->user()->getAttribute('email'), $userSecret, - 500, + 200, ); }