Browse Source

Fix- NI-8075 "Invalid OTP" text should be removed when user clicks on Resend OTP button

main
amol 10 months ago
parent
commit
a87fb3d767
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      index.html

+ 2
- 2
index.html View File

@ -1566,8 +1566,8 @@ input[type=number]::-webkit-outer-spin-button {
processData: false,
contentType: "application/json",
success: function (data) {
console.log(data,"DODOKKODKDODKOKODKODKO");
const invalidMsg = document.getElementById('invalid-otp-msg');
invalidMsg.textContent = ''
$("#otp-not-found").css("display","none")
startTimer();
},


Loading…
Cancel
Save

Powered by TurnKey Linux.