[Update] 修改错误提示颜色

pull/2783/head
ibuler 2019-05-20 12:36:35 +08:00
parent 3855fecc69
commit 38acce7460
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ $(document).ready(function () {
showAuth()
};
var error = function () {
$("#mfa_error").addClass("error").html("Code error");
$("#mfa_error").addClass("text-danger").html("Code error");
};
APIUpdateAttr({
url: url,