diff --git a/lms/templates/login_modal.html b/lms/templates/login_modal.html index 756f86869f..aafc3c1df4 100644 --- a/lms/templates/login_modal.html +++ b/lms/templates/login_modal.html @@ -68,7 +68,7 @@ function postJSON(url, data, callback) { submit_data, function(json) { if(json.success) { - location.href="/info"; + location.href="/courses"; } else if($('#login_error').length == 0) { $('#login_form').prepend('
Email or password is incorrect.
'); } else {