Add contact card to admin

This commit is contained in:
Rafael Taranto 2019-02-25 10:52:05 -03:00 committed by Josh Harvey
parent 163473a7ee
commit d345cc018c
4 changed files with 73 additions and 4 deletions

View file

@ -90,7 +90,13 @@ function poll (req, res, next) {
twoWayMode: config.cashOutEnabled,
zeroConfLimit: config.zeroConfLimit,
reboot,
hasLightning
hasLightning,
operatorInfo: {
active: config.operatorInfoActive,
name: config.operatorInfoName,
phone: config.operatorInfoPhone,
email: config.operatorInfoEmail
}
}
if (response.idVerificationEnabled) {