diff --git a/src/dispatch/plugins/dispatch_slack/case/messages.py b/src/dispatch/plugins/dispatch_slack/case/messages.py index ae5b7f645a83..2281476d5e4d 100644 --- a/src/dispatch/plugins/dispatch_slack/case/messages.py +++ b/src/dispatch/plugins/dispatch_slack/case/messages.py @@ -275,7 +275,12 @@ def create_action_buttons_message( text="💤 Snooze Alert", action_id=SignalNotificationActions.snooze, value=button_metadata, - ) + ), + Button( + text="👤 User MFA Challenge", + action_id=CaseNotificationActions.user_mfa, + value=button_metadata, + ), ) # we create the signal metadata blocks