mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-25 06:44:03 +01:00
Fix QR code text not being returned - Closes #360
This commit is contained in:
parent
4ea7988257
commit
17256c6788
@ -68,7 +68,7 @@ public static function decode(\Illuminate\Http\UploadedFile $file)
|
||||
}
|
||||
}
|
||||
|
||||
$data = urldecode($qrcode->text());
|
||||
$data = urldecode($text);
|
||||
|
||||
Log::info('QR code decoded');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user