diff --git a/components/phishing/action-area-card.tsx b/components/phishing/action-area-card.tsx index 40fe6b5..99f38bc 100644 --- a/components/phishing/action-area-card.tsx +++ b/components/phishing/action-area-card.tsx @@ -72,6 +72,7 @@ const ACTION_LABEL: Record = { reset_password: 'Reset password', isolate_endpoint: 'Isolate endpoint', disable_forwarding_rule: 'Disable forwarding rule', + acknowledge_user: 'Acknowledge user', }; function humanizeAction(actionType: string): string { @@ -130,6 +131,12 @@ function ActionParamsForm({ No parameters — informational verdict, no remediation needed.

); + case 'acknowledge_user': + return ( +

+ No parameters — posts a customer-visible thank-you note to the reporting employee. +

+ ); case 'warn_user': return (