diff --git a/apps/templates/_mfa_login_field.html b/apps/templates/_mfa_login_field.html index 29c3ea17b..a5720aa71 100644 --- a/apps/templates/_mfa_login_field.html +++ b/apps/templates/_mfa_login_field.html @@ -16,17 +16,17 @@ {% for backend in mfa_backends %}
{% endfor %} @@ -39,12 +39,12 @@ } .challenge-required .input-style { - width: calc(100% - 114px); + width: calc(100% - 160px); display: inline-block; } .btn-challenge { - width: 110px !important; + width: 156px !important; height: 100%; vertical-align: top; } @@ -74,7 +74,7 @@ localStorage.setItem(preferMFAKey, name) } - $('.input-style').each(function (i, ele){ + $('.input-style').each(function (i, ele) { $(ele).attr('name', 'code-test') }) @@ -112,7 +112,7 @@ clearInterval(interval) } }, 1000) - setTimeout(function (){ + setTimeout(function () { toastr.success("{% trans 'The verification code has been sent' %}"); }) }