mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 17:11:06 +02:00
Fix Show QR Code feature - Closes #349
This commit is contained in:
@ -29,7 +29,7 @@ class QrCodeService
|
||||
|
||||
Log::info('data encoded to QR code');
|
||||
|
||||
return $qrcode->render('stringToEncode');
|
||||
return $qrcode->render($data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user