From f878a3eecb9f923b6ba040c9da22c32dcf939150 Mon Sep 17 00:00:00 2001 From: David Whittaker <84562015+whitdog47@users.noreply.github.com> Date: Wed, 6 Nov 2024 19:15:31 -0800 Subject: [PATCH] Remove mfa button for now (#5440) --- src/dispatch/plugins/dispatch_slack/case/messages.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/dispatch/plugins/dispatch_slack/case/messages.py b/src/dispatch/plugins/dispatch_slack/case/messages.py index 0b722a1001c6..ae5b7f645a83 100644 --- a/src/dispatch/plugins/dispatch_slack/case/messages.py +++ b/src/dispatch/plugins/dispatch_slack/case/messages.py @@ -175,11 +175,6 @@ def create_case_message(case: Case, channel_id: str) -> list[Block]: action_id=CaseNotificationActions.escalate, value=button_metadata, ), - Button( - text=":person: User MFA", - action_id=CaseNotificationActions.user_mfa, - value=button_metadata, - ), ] if case.status == CaseStatus.new: action_buttons.insert(