Change 2FA generation backend

Changes the image generation backend to SVG to avoid compatibility problems.
This commit is contained in:
Miguel Nogueira 2021-10-13 08:21:20 +01:00
parent d9e7dadae1
commit 135f816dcc
Signed by: miguel456
GPG Key ID: 2CF61B825316C6A0

View File

@ -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,
];