fixing error
This commit is contained in:
parent
1642251cb7
commit
22b1d535ca
|
@ -92,8 +92,8 @@ $('body').on('keyup keypress', '.js-authn-otp-code', function (e) {
|
|||
// }
|
||||
if ($(this).val().length === 14) {
|
||||
$('.submit-btn').prop('disabled', false);
|
||||
$('.error-msg').empty();
|
||||
} else {
|
||||
$('.error-msg').empty();
|
||||
$('.submit-btn').prop('disabled', true);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue