Fixed bug where owner_id was hardcoded

This commit is contained in:
RaspberryProgramming 2024-07-19 15:29:06 +00:00
parent 7743cb8eb6
commit c26a0576d5
1 changed files with 1 additions and 1 deletions

View File

@ -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>