Skip to content

Commit

Permalink
Remove mfa button for now
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Nov 7, 2024
1 parent cfea6e5 commit d4a40de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/dispatch/plugins/dispatch_slack/case/messages.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d4a40de

Please sign in to comment.