Skip to content

Commit

Permalink
chore: make click here bold in mfa verification
Browse files Browse the repository at this point in the history
  • Loading branch information
wssheldon committed Nov 6, 2024
1 parent dbe277f commit d341963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/plugins/dispatch_slack/case/interactive.py
Original file line number Diff line number Diff line change
Expand Up @@ -2359,7 +2359,7 @@ def ack_mfa_required_submission_event(
if mfa_enabled:
mfa_text = (
"🔐 To complete this action, you need to verify your identity through Multi-Factor Authentication (MFA).\n\n"
f"Please <{challenge_url}|click here> to open the MFA verification page."
f"Please <{challenge_url}|*click here*> to open the MFA verification page."
)
else:
mfa_text = "✅ No additional verification required. You can proceed with the confirmation."
Expand Down

0 comments on commit d341963

Please sign in to comment.