update to qr

This commit is contained in:
naielv
2025-09-09 13:35:31 +02:00
parent aa01eaeaa5
commit bdd880bc24
3 changed files with 4 additions and 4 deletions

View File

@@ -1042,8 +1042,8 @@ function TS_IndexElement(
function BuildQR(mid, label) {
return `
<span style="border: 2px dashed black; padding: 10px; display: inline-block; background: white; border-radius: 7px; text-align: center; margin: 10px;">
<b>TeleSec AztecQR</b>
<br>${toHtml(aztec(mid),[6,6])}<br>
<b>TeleSec QR</b>
<br>${toHtml(quickresponse(mid),[6,6])}<br>
<small>${label}</small>
</span>
`