Change 2FA generation backend

Changes the image generation backend to SVG to avoid compatibility problems.
This commit is contained in:
2021-10-13 08:21:20 +01:00
parent d9e7dadae1
commit 135f816dcc

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