Skip to content

Commit

Permalink
Doc typo fix (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykeremy authored Sep 17, 2024
1 parent 607bfa3 commit 2015402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/running-tasks/advanced-features.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Body:

## Time-based One-time Password (TOTP)

Skyvern supports one-time password (see https://www.twilio.com/docs/glossary/totp for more information), also knwon as 2FA/MFA, in two ways: 1) Skyvern gets the code from your endpoint 2) You push the the code to Skyvern.
Skyvern supports one-time password (see https://www.twilio.com/docs/glossary/totp for more information), also known as 2FA/MFA, in two ways: 1) Skyvern gets the code from your endpoint 2) You push the the code to Skyvern.

### Get Code From Your Endpoint
You can pass `totp_verification_url` when [creating a task](/running-tasks/api-spec#request-initiate-a-task). Inside this endpoint hosted by you, you have to conform to the following schema:
Expand Down

0 comments on commit 2015402

Please sign in to comment.