mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2024-11-20 02:28:10 +01:00
parent
c4ffd45485
commit
38ef4f3a78
@ -24,12 +24,6 @@ new Vue({
|
||||
},
|
||||
cardsTable: {
|
||||
columns: [
|
||||
{
|
||||
name: 'id',
|
||||
align: 'left',
|
||||
label: 'ID',
|
||||
field: 'id'
|
||||
},
|
||||
{
|
||||
name: 'card_name',
|
||||
align: 'left',
|
||||
@ -162,7 +156,6 @@ new Vue({
|
||||
|
||||
this.qrCodeDialog.data = {
|
||||
link: window.location.origin + '/boltcards/api/v1/auth?a=' + card.otp,
|
||||
id: card.id,
|
||||
name: card.card_name,
|
||||
uid: card.uid,
|
||||
k0: card.k0,
|
||||
|
@ -260,7 +260,6 @@
|
||||
(QR code is for setting the keys with bolt-nfc-android-app)
|
||||
</p>
|
||||
<p style="word-break: break-all">
|
||||
<strong>ID:</strong> {{qrCodeDialog.data.id}}<br />
|
||||
<strong>Name:</strong> {{ qrCodeDialog.data.name }}<br />
|
||||
<strong>UID:</strong> {{ qrCodeDialog.data.uid }}<br />
|
||||
<strong>Lock key:</strong> {{ qrCodeDialog.data.k0 }}<br />
|
||||
|
Loading…
Reference in New Issue
Block a user