log workflow_run_id for saving totp code (#2980)

This commit is contained in:
Shuchang Zheng
2025-07-17 21:36:18 -07:00
committed by GitHub
parent d26f016e10
commit bd44cfa623

View File

@@ -61,6 +61,7 @@ async def send_totp_code(
totp_identifier=data.totp_identifier,
task_id=data.task_id,
workflow_id=data.workflow_id,
workflow_run_id=data.workflow_run_id,
)
content = data.content.strip()
code: str | None = content