formatting

This commit is contained in:
Lee Salminen
2022-08-29 08:51:32 -06:00
parent 6d9d037c06
commit fe83cad7a3
6 changed files with 242 additions and 73 deletions
@@ -250,7 +250,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,