mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-16 02:09:40 +00:00
fix task v2 block totp issue (#2214)
This commit is contained in:
parent
de67f69252
commit
ce6d6c51e0
1 changed files with 2 additions and 0 deletions
|
@ -2469,6 +2469,8 @@ class TaskV2Block(Block):
|
||||||
user_url=self.url,
|
user_url=self.url,
|
||||||
parent_workflow_run_id=workflow_run_id,
|
parent_workflow_run_id=workflow_run_id,
|
||||||
proxy_location=workflow_run.proxy_location,
|
proxy_location=workflow_run.proxy_location,
|
||||||
|
totp_identifier=self.totp_identifier,
|
||||||
|
totp_verification_url=self.totp_verification_url,
|
||||||
)
|
)
|
||||||
await app.DATABASE.update_task_v2(
|
await app.DATABASE.update_task_v2(
|
||||||
task_v2.observer_cruise_id, status=TaskV2Status.queued, organization_id=organization_id
|
task_v2.observer_cruise_id, status=TaskV2Status.queued, organization_id=organization_id
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue