diff --git a/src/app/pages/fastcheck-page/fastcheck-page.ts b/src/app/pages/fastcheck-page/fastcheck-page.ts index 369be17..7d181a3 100644 --- a/src/app/pages/fastcheck-page/fastcheck-page.ts +++ b/src/app/pages/fastcheck-page/fastcheck-page.ts @@ -75,7 +75,7 @@ export class FastcheckPage { hasPartnerId = signal(false); newQrUrl = computed(() => { const id = this.partnerId() || this.defaultPartnerId; - return `https://qr.vitanova.network/?id=${encodeURIComponent(id)}`; + return `https://qr.vitanova.network/?id=${encodeURIComponent(id)}&from=51`; }); // Non-blocking settings hint shown above the form when /settings fails.