feat: change QR url to production

This commit is contained in:
2026-07-16 10:17:37 -04:00
parent da9f96b272
commit 6084a30f2a
2 changed files with 131 additions and 1 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ export async function renderQRCode(employeeId, canvasElement) {
document.body.appendChild(tmp);
new QRCodeLib(tmp, {
text: `http://localhost:5173/empleado-id/${cleanId}`,
text: `http://digitalcompass.agency/empleado-id/${cleanId}`,
width: 55,
height: 55,
colorDark: '#000000',