feat: add pending manual compliance notifications
This commit is contained in:
parent
068f68e838
commit
3dbf10183e
4 changed files with 175 additions and 58 deletions
|
|
@ -173,7 +173,8 @@ function complianceNotify (settings, customer, deviceId, action, period) {
|
|||
|
||||
const msgCore = {
|
||||
BLOCKED: `was blocked`,
|
||||
SUSPENDED: `was suspended for ${!!period && period} days`
|
||||
SUSPENDED: `was suspended for ${!!period && period} days`,
|
||||
PENDING_COMPLIANCE: `is waiting for your manual approval`,
|
||||
}
|
||||
|
||||
const rec = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue