fix: Passwored reset page throwing page not found error (#27982)
Signed-off-by: Farhaan Bukhsh <farhaan@opencraft.com>
This commit is contained in:
@@ -283,7 +283,7 @@
|
||||
this.element.show($form);
|
||||
|
||||
// Update url without reloading page
|
||||
if (type != 'institution_login') {
|
||||
if (type != 'institution_login' && type != 'reset') {
|
||||
History.pushState(null, document.title, '/' + type + queryStr);
|
||||
}
|
||||
analytics.page('login_and_registration', type);
|
||||
|
||||
Reference in New Issue
Block a user