do not use skyvern in the totp code (#651)

This commit is contained in:
Shuchang Zheng 2024-07-25 21:32:41 -07:00 committed by GitHub
parent b20f3e13c0
commit 0471ae55a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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