Fix Show QR Code feature - Closes #349

This commit is contained in:
Bubka 2024-06-21 14:55:22 +02:00
parent ada9aaf3ad
commit 5d7a6c2d42

View File

@ -29,7 +29,7 @@ public static function encode(string $data)
Log::info('data encoded to QR code');
return $qrcode->render('stringToEncode');
return $qrcode->render($data);
}
/**