PAMapp/pages/login/index.vue
@@ -571,7 +571,7 @@ if (this.emailResendCounter !== 0) { this.emailResendCounter -= 1; if (this.emailResendCounter === 0) { this.regenerateImgOfVerification(); // this.regenerateImgOfVerification(); } } if (this.emailCounterSec === 0) { @@ -586,7 +586,7 @@ if (this.otpResendCounter !== 0) { this.otpResendCounter -= 1; if (this.otpResendCounter === 0) { this.regenerateImgOfVerification(); // this.regenerateImgOfVerification(); } } if (this.otpCounterSec === 0) {