From 18496f0dd9a5e9de264e8b3e7c5a051cbce4e2ee Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Mon, 23 Jun 2025 12:04:21 +0100 Subject: [PATCH] feat: add QR code for wallet keys (#3198) --- lnbits/core/templates/core/_api_docs.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/lnbits/core/templates/core/_api_docs.html b/lnbits/core/templates/core/_api_docs.html index b7fc59e28..646e98db6 100644 --- a/lnbits/core/templates/core/_api_docs.html +++ b/lnbits/core/templates/core/_api_docs.html @@ -48,6 +48,17 @@ class="cursor-pointer q-ml-sm" @click="copyText(wallet.adminkey)" > + + +
+ +
+
+
@@ -70,6 +81,17 @@ class="cursor-pointer q-ml-sm" @click="copyText(wallet.inkey)" > + + +
+ +
+
+