added query param
This commit is contained in:
@@ -75,7 +75,7 @@ export class FastcheckPage {
|
|||||||
hasPartnerId = signal<boolean>(false);
|
hasPartnerId = signal<boolean>(false);
|
||||||
newQrUrl = computed(() => {
|
newQrUrl = computed(() => {
|
||||||
const id = this.partnerId() || this.defaultPartnerId;
|
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.
|
// Non-blocking settings hint shown above the form when /settings fails.
|
||||||
|
|||||||
Reference in New Issue
Block a user