Revert "surface the ID"

This reverts commit b11ddf3d61.
This commit is contained in:
Lee Salminen 2022-08-21 10:30:10 -06:00
parent c4ffd45485
commit 38ef4f3a78
2 changed files with 0 additions and 8 deletions

View File

@ -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,

View File

@ -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 />