fix(sso): correct redirect after 'forgot password' flow
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