From 135f816dcc99224973f8bf67193f436c0c218e35 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Wed, 13 Oct 2021 08:21:20 +0100 Subject: [PATCH] Change 2FA generation backend Changes the image generation backend to SVG to avoid compatibility problems. --- config/google2fa.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/google2fa.php b/config/google2fa.php index 42eab82..6cd127d 100755 --- a/config/google2fa.php +++ b/config/google2fa.php @@ -93,6 +93,6 @@ return [ * * Supports imagemagick, svg and eps */ - 'qrcode_image_backend' => \PragmaRX\Google2FALaravel\Support\Constants::QRCODE_IMAGE_BACKEND_IMAGEMAGICK, + 'qrcode_image_backend' => \PragmaRX\Google2FALaravel\Support\Constants::QRCODE_IMAGE_BACKEND_SVG, ];