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: Send magic link scheme in the signup flow #85

Closed ashiagr closed 2 years ago

ashiagr commented 2 years ago

This PR sends magic link scheme passed from the client app to the rest API via sendMagicLinkEmail() method. If the scheme is not set, it defaults to wordpress in FluxC and an incorrect email template is sent to the user for the Jetpack app.

How to test?

See corresponding https://github.com/wordpress-mobile/WordPress-Android/pull/16449 PR.