Version 2.3.2

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>

Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-07 13:40:32 +02:00
parent e61b1865f5
commit 07c5a85407

View File

@ -8,7 +8,7 @@ Profile
{% block script %}
$(function(){
$('#qrcode').qrcode({
text: 'https://opwngrid.xyz/search/{{ fingerprint }}',
text: 'https://pwnagotchi.ai/pwnfile/#{{ fingerprint }}',
render: 'div',
mode: 0,
size: 400,
@ -25,7 +25,7 @@ $(function(){
<label for="fingerprint">Fingerprint</label>
<h4 id="fingerprint">
<a href="https://opwngrid.xyz/search/#{{ fingerprint }}" target="_blank">{{ fingerprint }}</a>
<a href="https://pwnagotchi.ai/pwnfile/#{{ fingerprint }}" target="_blank">{{ fingerprint }}</a>
</h4>
<div id="qrcode"></div>