Return Meet attendees to join flow after event registration.
Deploy Ladill Events / deploy (push) Successful in 47s
Deploy Ladill Events / deploy (push) Successful in 47s
Add badge verification API, preserve meet_return through registration and payment, and link confirmation back to Meet with badge auto-login. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -44,7 +44,10 @@ class QrScanController extends Controller
|
||||
}
|
||||
|
||||
if ($qrCode->usesLandingPage()) {
|
||||
return view('public.qr.landing', ['qrCode' => $qrCode]);
|
||||
return view('public.qr.landing', [
|
||||
'qrCode' => $qrCode,
|
||||
'meetReturn' => trim((string) $request->query('meet_return', '')),
|
||||
]);
|
||||
}
|
||||
|
||||
abort(404);
|
||||
|
||||
Reference in New Issue
Block a user