mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-03-07 03:32:13 +01:00
Fix Show QR Code feature - Closes #349
This commit is contained in:
parent
ada9aaf3ad
commit
5d7a6c2d42
@ -29,7 +29,7 @@ public static function encode(string $data)
|
|||||||
|
|
||||||
Log::info('data encoded to QR code');
|
Log::info('data encoded to QR code');
|
||||||
|
|
||||||
return $qrcode->render('stringToEncode');
|
return $qrcode->render($data);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user