mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-02 02:30:07 +00:00
do not use skyvern in the totp code (#651)
This commit is contained in:
parent
b20f3e13c0
commit
0471ae55a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue