From a87fb3d7677ae211e289a11490ab1494ec655e7e Mon Sep 17 00:00:00 2001 From: amol Date: Thu, 21 Nov 2024 12:51:16 +0530 Subject: [PATCH] Fix- NI-8075 "Invalid OTP" text should be removed when user clicks on Resend OTP button --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4afad72..7866d94 100644 --- a/index.html +++ b/index.html @@ -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(); },