diff --git a/javascript/src/utilities/generateQrCode.js b/javascript/src/utilities/generateQrCode.js
index 5331f29d521e47aa80c102393edc20d09d3e653e..20504be1d6644b0f781bc854cd9ee363b1c201e0 100644
--- a/javascript/src/utilities/generateQrCode.js
+++ b/javascript/src/utilities/generateQrCode.js
@@ -12,7 +12,7 @@ export default async (content, width = 160, height = 160, logoWidth = 80, logoHe
     quietZone: 0,
     colorDark: "#000000",
     colorLight: "#ffffff",
-    dotScale: 0.7,
+    dotScale: 1,
 
     PO: "#d51d32",
     PI: "#d51d32",