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