feat: change QR url to production
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user