Skip to content

Commit

Permalink
Merge pull request #3078 from wordpress-mobile/login/fix-sms-2fa
Browse files Browse the repository at this point in the history
[Login] Fix the logic of triggering an SMS OTP
  • Loading branch information
JorgeMucientes authored Aug 13, 2024
2 parents 029d4bc + 2710ee2 commit 7e2c1db
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ public TwoFactorRequest(String appId, String appSecret, String username, String
if (shouldSendTwoStepSMS && TextUtils.isEmpty(twoStepCode)) {
mParams.put("wpcom_resend_otp", "true");
}
mParams.put("wpcom_supports_2fa", "true");
}
}

Expand Down

0 comments on commit 7e2c1db

Please sign in to comment.