Browse Source

handle resend OTP

main
khanshanawaz10 10 months ago
parent
commit
f3b5b6cbd1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      campaign.html

+ 1
- 1
campaign.html View File

@ -1388,8 +1388,8 @@ input[type=number]::-webkit-outer-spin-button {
// function TimerClock() { // function TimerClock() {
var timerId; var timerId;
let canResend = true;
function startTimer() { function startTimer() {
let canResend = true;
let timeLeft = 120; let timeLeft = 120;
timerId = setInterval(() => { timerId = setInterval(() => {
if (timeLeft <= 0) { if (timeLeft <= 0) {


Loading…
Cancel
Save

Powered by TurnKey Linux.