Store user_url in initialize_task_v2 (#3791)

This commit is contained in:
Stanislav Novosad
2025-10-22 16:29:26 -06:00
committed by GitHub
parent aeefc301ed
commit 26a55ebb74

View File

@@ -166,6 +166,7 @@ async def initialize_task_v2(
) -> TaskV2:
task_v2 = await app.DATABASE.create_task_v2(
prompt=user_prompt,
url=user_url,
organization_id=organization.organization_id,
totp_verification_url=totp_verification_url,
totp_identifier=totp_identifier,