Add contact card to admin
This commit is contained in:
parent
163473a7ee
commit
d345cc018c
4 changed files with 73 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue