wordpress-mobile / WordPress-Login-Flow-Android

Pluggable WordPress login flow for Android
GNU General Public License v2.0
14 stars 3 forks source link

Jetpack app: Allow WordPress.com site address login #80

Closed ashiagr closed 2 years ago

ashiagr commented 2 years ago

Until now it was fine to display a Jetpack not installed error for WordPress.com simple site address login as such sites were filtered inside the Jetpack app and did not qualify for login to Jetpack app.

Now that we've removed filtering for Jetpack sites in https://github.com/wordpress-mobile/WordPress-Login-Flow-Android/pull/79, when a site address during login is a WordPress.com site (irrespective of simple or atomic site), we now direct to the WordPress.com email login.

See https://github.com/wordpress-mobile/WordPress-Android/pull/16025 for the testing instructions.

Thanks to @thehenrybyrd for reporting this issue here: p5T066-31e-p2#comment-11484

AliSoftware commented 2 years ago

This fix has now been included in Jetpack Android 19.3-rc-2 🎉 Thanks for your contribution @ashiagr!