Commit 75fb37d2 authored by ibuler's avatar ibuler

Merge branch 'password' into dev

parents f863ed0f 38acce74
...@@ -122,7 +122,7 @@ $(document).ready(function () { ...@@ -122,7 +122,7 @@ $(document).ready(function () {
showAuth() showAuth()
}; };
var error = function () { var error = function () {
$("#mfa_error").addClass("error").html("Code error"); $("#mfa_error").addClass("text-danger").html("Code error");
}; };
APIUpdateAttr({ APIUpdateAttr({
url: url, url: url,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment