From 0471ae55a042e174d82343e709e38b51e816d256 Mon Sep 17 00:00:00 2001 From: Shuchang Zheng Date: Thu, 25 Jul 2024 21:32:41 -0700 Subject: [PATCH] do not use skyvern in the totp code (#651) --- skyvern/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyvern/constants.py b/skyvern/constants.py index 4d5f9ba8..9bc63156 100644 --- a/skyvern/constants.py +++ b/skyvern/constants.py @@ -11,7 +11,7 @@ PAGE_CONTENT_TIMEOUT = 300 # 5 mins # reserved fields for navigation payload SPECIAL_FIELD_VERIFICATION_CODE = "verification_code" -VERIFICATION_CODE_PLACEHOLDER = "SKYVERN_TOTP_CODE" +VERIFICATION_CODE_PLACEHOLDER = "REAL_TOTP_CODE" VERIFICATION_CODE_POLLING_TIMEOUT_MINS = 10