Fixed bug where owner_id was hardcoded
This commit is contained in:
parent
7743cb8eb6
commit
c26a0576d5
|
|
@ -51,7 +51,7 @@
|
||||||
</h5>
|
</h5>
|
||||||
<button id="reg_link" class="border-0 bg-transparent" onclick="copy_content(event)" data-bs-toggle="tooltip"
|
<button id="reg_link" class="border-0 bg-transparent" onclick="copy_content(event)" data-bs-toggle="tooltip"
|
||||||
data-bs-title="Click To Copy">
|
data-bs-title="Click To Copy">
|
||||||
{{host}}/ownership_registration?owner_id=937b0f08-a3af-457b-b65e-4ed858517588
|
{{host}}/ownership_registration?owner_id={{client_id}}
|
||||||
</button>
|
</button>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue