From abf0305853e5e6fcb6256f48919825acf1eae1ea Mon Sep 17 00:00:00 2001
From: bitkarrot <73979971+bitkarrot@users.noreply.github.com>
Date: Thu, 2 Mar 2023 20:48:21 -0800
Subject: [PATCH] fix username display
---
templates/lnurlp/index.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/templates/lnurlp/index.html b/templates/lnurlp/index.html
index b3142e0..1384441 100644
--- a/templates/lnurlp/index.html
+++ b/templates/lnurlp/index.html
@@ -31,7 +31,7 @@
Description
Amount
Currency
- Lightning Address
+ LN Username
@@ -66,6 +66,7 @@
{{ props.row.min }} - {{ props.row.max }}
{{ props.row.currency || 'sat' }}
+ {{ props.row.username }}
Webhook to {{ props.row.webhook_url}}