make format

This commit is contained in:
Lee Salminen
2022-08-29 07:34:56 -06:00
parent b987059386
commit 8832d6e4eb
6 changed files with 13 additions and 22 deletions
@@ -190,7 +190,7 @@ new Vue({
})
})
},
openQrCodeDialog (cardId) {
openQrCodeDialog(cardId) {
var card = _.findWhere(this.cards, {id: cardId})
this.qrCodeDialog.data = {
link: window.location.origin + '/boltcards/api/v1/auth?a=' + card.otp,