Merge pull request #10 from RaspberryProgramming/V0.1.3

Fixed bug where owner_id was hardcoded
This commit is contained in:
Camerin Figueroa 2024-07-19 11:29:47 -04:00 committed by GitHub
commit 05894df3e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
</h5>
<button id="reg_link" class="border-0 bg-transparent" onclick="copy_content(event)" data-bs-toggle="tooltip"
data-bs-title="Click To Copy">
{{host}}/ownership_registration?owner_id=937b0f08-a3af-457b-b65e-4ed858517588
{{host}}/ownership_registration?owner_id={{client_id}}
</button>
</p>