mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-04 18:06:27 +01:00
Formatted
This commit is contained in:
parent
4f6e49b02f
commit
b570d82a68
1 changed files with 6 additions and 2 deletions
|
@ -127,10 +127,14 @@
|
||||||
position="top"
|
position="top"
|
||||||
@hide="closeFormDialog"
|
@hide="closeFormDialog"
|
||||||
>
|
>
|
||||||
<q-card class="q-pa-lg q-pt-xl lnbits__dialog-card">
|
<q-card
|
||||||
|
style="width: 700px; max-width: 80vw"
|
||||||
|
class="q-pa-lg q-pt-xl lnbits__dialog-card"
|
||||||
|
>
|
||||||
<div class="text-h6">Copy to LNURLPoS device</div>
|
<div class="text-h6">Copy to LNURLPoS device</div>
|
||||||
<div class="text-subtitle2">
|
<div class="text-subtitle2">
|
||||||
{% raw %} String server = "{{location}}/lnurlpos/api/v2/lnurl/{{settingsDialog.data.id}}";<br />
|
{% raw %} String server =
|
||||||
|
"{{location}}/lnurlpos/api/v1/lnurl/{{settingsDialog.data.id}}";<br />
|
||||||
String key = "{{settingsDialog.data.key}}";<br />
|
String key = "{{settingsDialog.data.key}}";<br />
|
||||||
String currency = "{{settingsDialog.data.currency}}";{% endraw %}
|
String currency = "{{settingsDialog.data.currency}}";{% endraw %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue