feat: Separar paginas generador y qr en diferentes proyectos
This commit is contained in:
@@ -131,7 +131,7 @@ export async function renderQRCode(employeeId, canvasElement) {
|
||||
document.body.appendChild(tmp);
|
||||
|
||||
new QRCodeLib(tmp, {
|
||||
text: `http://digitalcompass.agency/empleado?id=${cleanId}`,
|
||||
text: `https://digitalcompass.agency/empleado?id=${cleanId}`,
|
||||
width: 55,
|
||||
height: 55,
|
||||
colorDark: '#000000',
|
||||
|
||||
Reference in New Issue
Block a user