diff --git a/pwnagotchi/ui/web/templates/profile.html b/pwnagotchi/ui/web/templates/profile.html index 4a162321..b02eb33e 100644 --- a/pwnagotchi/ui/web/templates/profile.html +++ b/pwnagotchi/ui/web/templates/profile.html @@ -8,6 +8,7 @@ Profile {% block script %} $(function(){ $('#qrcode').qrcode({ + text: 'https://pwnagotchi.ai/pwnfile/#{{ fingerprint }}', render: 'div', mode: 0, size: 400,