Added creditation

This commit is contained in:
Ben Arc 2021-07-03 15:05:17 +01:00
parent 483c4b6586
commit 64f72f90eb

View file

@ -10,11 +10,6 @@
</h5> </h5>
<q-separator class="q-my-lg"></q-separator> <q-separator class="q-my-lg"></q-separator>
<p><a href="{{ ngrok }}" target="_blank">{{ ngrok }}</a></p> <p><a href="{{ ngrok }}" target="_blank">{{ ngrok }}</a></p>
<p>
Note that if you restart your device, your device will generate a new
url. If anyone is using your old one for wallets, lnurls, etc.,
whatever they are doing will stop working.
</p>
</q-card-section> </q-card-section>
</q-card> </q-card>
</div> </div>
@ -25,12 +20,21 @@
<h6 class="text-subtitle1 q-my-none">Ngrok extension</h6> <h6 class="text-subtitle1 q-my-none">Ngrok extension</h6>
</q-card-section> </q-card-section>
<q-card-section class="q-pa-none"> <q-card-section class="q-pa-none">
<q-separator></q-separator> <q-card>
<q-list> <q-card-section>
{% include "tpos/_api_docs.html" %} <p>
<q-separator></q-separator> Note that if you restart your device, your device will generate a
{% include "tpos/_tpos.html" %} new url. If anyone is using your old one for wallets, lnurls,
</q-list> etc., whatever they are doing will stop working.
</p>
<small
>Created by
<a href="https://github.com/supertestnet" target="_blank"
>Supertestnet</a
>.</small
>
</q-card-section>
</q-card>
</q-card-section> </q-card-section>
</q-card> </q-card>
</div> </div>