mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 02:30:07 +00:00
remove leftover TODO in the comment (#686)
This commit is contained in:
parent
9fd096c385
commit
a396370fcf
1 changed files with 0 additions and 2 deletions
|
@ -1575,8 +1575,6 @@ class ForgeAgent:
|
|||
browser_state: BrowserState,
|
||||
json_response: dict[str, Any],
|
||||
) -> dict[str, Any]:
|
||||
# TODO: handle verifications and resend the request if needed
|
||||
# parse the "need_verification_code" field from the response
|
||||
need_verification_code = json_response.get("need_verification_code")
|
||||
if need_verification_code and task.totp_verification_url and task.organization_id:
|
||||
LOG.info("Need verification code", step_id=step.step_id)
|
||||
|
|
Loading…
Add table
Reference in a new issue