Issue in Plugin
-
Line number 228
if (empty($email_otp) && $email_otp==0) this condition not working
if i use the below condition its working fine
if (empty($email_otp))
- The topic ‘Issue in Plugin’ is closed to new replies.
Home / Plugin: Login With OTP / Issue in Plugin
Line number 228
if (empty($email_otp) && $email_otp==0) this condition not working
if i use the below condition its working fine
if (empty($email_otp))