Skip to content

Commit

Permalink
Merge pull request #12319 from woocommerce/issue/12304-trigger-SMS-OT…
Browse files Browse the repository at this point in the history
…P-automatically

[Login] Fix to make sure SMS OTP is triggered automatically
  • Loading branch information
hichamboushaba authored Aug 16, 2024
2 parents 4bc91d9 + aedf0b5 commit a77d535
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [*] Fixed missing pictures in card reader tutorial on tablets [https://github.com/woocommerce/woocommerce-android/pull/12274]
- [*] Disable QR code scanning from login flow [https://github.com/woocommerce/woocommerce-android/pull/12303]
- [*] Fixed the hidden “Write with AI” issue that occurs when the keyboard is open. [https://github.com/woocommerce/woocommerce-android/pull/12311]
- [*] [Internal] [Login] Switched back to using the `/token` endpoint for WordPress.com authentication, this fixes an issue where the SMS OTP is not triggered automatically after submitting the password [https://github.com/woocommerce/woocommerce-android/pull/12319]

19.9
-----
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ tasks.register("installGitHooks", Copy) {
}

ext {
fluxCVersion = 'trunk-6c8bfe8b38b9e29649d32dc80b433977e31b4d99'
fluxCVersion = 'trunk-863f213e0e3a7a4322032e8e8c57a99f77bb48ec'
glideVersion = '4.16.0'
coilVersion = '2.1.0'
constraintLayoutVersion = '1.2.0'
Expand All @@ -119,7 +119,7 @@ ext {
hiltJetpackVersion = '1.1.0'
wordPressUtilsVersion = '3.5.0'
mediapickerVersion = '0.3.1'
wordPressLoginVersion = '1.17.0'
wordPressLoginVersion = 'trunk-ac70b6dc3eb96595601c6ffc1edc596168228762'
aboutAutomatticVersion = '0.0.6'
automatticTracksVersion = '5.0.0'
workManagerVersion = '2.7.1'
Expand Down

0 comments on commit a77d535

Please sign in to comment.