send workflow_run_id to totp endpoint (#2120)
This commit is contained in:
@@ -2297,6 +2297,7 @@ class ForgeAgent:
|
||||
verification_code = await poll_verification_code(
|
||||
task.task_id,
|
||||
task.organization_id,
|
||||
workflow_run_id=task.workflow_run_id,
|
||||
totp_verification_url=task.totp_verification_url,
|
||||
totp_identifier=task.totp_identifier,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user