Change 2FA generation backend
Changes the image generation backend to SVG to avoid compatibility problems.
This commit is contained in:
parent
d9e7dadae1
commit
135f816dcc
@ -93,6 +93,6 @@ return [
|
|||||||
*
|
*
|
||||||
* Supports imagemagick, svg and eps
|
* 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,
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user