Small fixes for login field

This commit is contained in:
Jeremy Zhang 2017-04-05 20:24:53 -07:00
parent 8a382e8dae
commit 10084adcba

View File

@ -342,6 +342,7 @@ $("#custom_username_field").keyup(function(event){
} else if (data.status == 403) { } else if (data.status == 403) {
Materialize.toast('Authentication error! You have been banned.', 10000); Materialize.toast('Authentication error! You have been banned.', 10000);
} }
unlock_login_fields();
}) })
} }
}); });