Browse Source

Update index.html

fee_issues
Arc 5 years ago
committed by GitHub
parent
commit
39098b2432
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      lnbits/extensions/tpos/templates/tpos/index.html

2
lnbits/extensions/tpos/templates/tpos/index.html

@ -207,7 +207,7 @@
LNbits.api.request(
'DELETE',
'/tpos/api/v1/tposs/' + tposId,
_.findWhere(self.g.user.wallets, {id: tpos.wallet}).inkey
_.findWhere(self.g.user.wallets, {id: tpos.wallet}).adminkey
).then(function (response) {
self.tposs = _.reject(self.tposs, function (obj) { return obj.id == tposId; });
}).catch(function (error) {

Loading…
Cancel
Save