Skip to content

Fix reset password flow failing

Martin Santangelo requested to merge fix/deeplink-nav-loop into release/4.20.0

Summary

The issue was caused by a redirection loop inside the app with the deeplinks to mindsapp://...

This was not only affecting the password reset but the login and registration page, so I added those issues as resolved too

Steps to test

  1. Ensure that you are not logged with any user on mobile
  2. open https://www.minds.com/p/terms in the browser and tap "Open in app"
  3. Check if you can open login/registration screens by tapping on the buttons

Estimated Regression Scope

There should be no regression

closes minds/qa/qa#45 (closed) minds/qa/qa#124 (closed) minds/qa/qa#25 (closed)

Merge request reports