From 8370acc1f79b7b362850de8ed043746c386258f0 Mon Sep 17 00:00:00 2001
From: cryptoteun
Date: Thu, 1 Sep 2022 21:59:38 +0200
Subject: [PATCH 1/2] added warning to backup keys
---
lnbits/extensions/boltcards/templates/boltcards/index.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/lnbits/extensions/boltcards/templates/boltcards/index.html b/lnbits/extensions/boltcards/templates/boltcards/index.html
index 55cc1e5e..b95a52bf 100644
--- a/lnbits/extensions/boltcards/templates/boltcards/index.html
+++ b/lnbits/extensions/boltcards/templates/boltcards/index.html
@@ -380,7 +380,10 @@
Lock key: {{ qrCodeDialog.data.k0 }}
Meta key: {{ qrCodeDialog.data.k1 }}
File key: {{ qrCodeDialog.data.k2 }}
+
+ Always backup all keys that you're trying to write on the card. Without them you may not be able to change them in the future!
+
Date: Thu, 17 Nov 2022 15:48:34 +0200
Subject: [PATCH 2/2] chore: code format
---
lnbits/extensions/boltcards/templates/boltcards/index.html | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/lnbits/extensions/boltcards/templates/boltcards/index.html b/lnbits/extensions/boltcards/templates/boltcards/index.html
index b95a52bf..6398c20e 100644
--- a/lnbits/extensions/boltcards/templates/boltcards/index.html
+++ b/lnbits/extensions/boltcards/templates/boltcards/index.html
@@ -380,8 +380,9 @@
Lock key: {{ qrCodeDialog.data.k0 }}
Meta key: {{ qrCodeDialog.data.k1 }}
File key: {{ qrCodeDialog.data.k2 }}
-
- Always backup all keys that you're trying to write on the card. Without them you may not be able to change them in the future!
+
+ Always backup all keys that you're trying to write on the card. Without
+ them you may not be able to change them in the future!