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