Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fa0311 committed Jan 10, 2022
1 parent c5741f9 commit 3b97cde
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ print(TwitterFrontendFlow()
.password_reset_flow()
.PwrJsInstrumentationSubtask()
.PasswordResetBegin("電話番号/メールアドレス/ユーザー名")
.PasswordResetChooseChallenge()
.PasswordResetConfirmChallenge("認証コード").content)
```

Expand All @@ -55,9 +56,10 @@ print(TwitterFrontendFlow()
print(TwitterFrontendFlow()
.password_reset_flow()
.PwrJsInstrumentationSubtask().
.PasswordResetBegin("電話番号/メールアドレス/ユーザー名")
.PasswordResetBegin("ユーザー名")
.PwrKnowledgeChallenge("メールアドレス")
.PwrKnowledgeChallenge("電話番号")
.PasswordResetChooseChallenge()
.PasswordResetConfirmChallenge("認証コード").content)
```

Expand Down Expand Up @@ -89,7 +91,7 @@ print(TwitterFrontendFlow()

## sample

### メールアドレスを取得
### 認証コードを****@**にメールで送信する
```
print(TwitterFrontendFlow()
.password_reset_flow()
Expand Down

0 comments on commit 3b97cde

Please sign in to comment.