Validation error

This commit is contained in:
Timo Knuth
2026-04-17 09:16:07 +02:00
parent c3efe8ceb9
commit 1bb782467b
4 changed files with 35 additions and 16 deletions

View File

@@ -190,6 +190,9 @@ END:VCARD`;
case 'FEEDBACK':
qrContent = body.content.feedbackUrl || 'https://example.com/feedback';
break;
case 'BARCODE':
qrContent = body.content.value || '123456789';
break;
default:
qrContent = body.content.url || 'https://example.com';
}