diff --git a/lms/static/js/student_account/views/AccessView.js b/lms/static/js/student_account/views/AccessView.js index 9687fc1000..d59f1a86c6 100644 --- a/lms/static/js/student_account/views/AccessView.js +++ b/lms/static/js/student_account/views/AccessView.js @@ -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);