From 1ff14c05a9e111bfe0809c98e23fec21679ba439 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Wed, 13 Nov 2019 15:05:21 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- pwnagotchi/ui/web/templates/profile.html | 1 + 1 file changed, 1 insertion(+) diff --git a/pwnagotchi/ui/web/templates/profile.html b/pwnagotchi/ui/web/templates/profile.html index 4a16232..b02eb33 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,