Merge branch 'password' into dev

pull/2783/head
ibuler 2019-05-22 10:26:26 +08:00
commit 75fb37d247
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,