log workflow_run_id for saving totp code (#2980)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user