mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-24 22:12:06 +02:00
Fix QR code text not being returned - Closes #360
This commit is contained in:
parent
4ea7988257
commit
17256c6788
@ -68,7 +68,7 @@ class QrCodeService
|
||||
}
|
||||
}
|
||||
|
||||
$data = urldecode($qrcode->text());
|
||||
$data = urldecode($text);
|
||||
|
||||
Log::info('QR code decoded');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user