Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content

fix(sso): correct redirect after 'forgot password' flow

AVINASH GUSAIN requested to merge dev/sso-login-redirect-fix into main

We also need to update the sed command so that, after a successful password reset, the user is taken to the NC login page. Currently, this change redirects them to the SSO login page instead.

For NC30 - we need to run this sed:

sed -i "s|window\.location\.href=(0,g\.Jv)(\"login\")|window.location.href = '/'|g" core-login.js

Edited by AVINASH GUSAIN

Merge request reports

Loading