For security purposes, please solve this simple puzzle to verify you are human before sending an OTP.
=
/* Disable Right Click */
document.addEventListener("contextmenu", function(e) {
e.preventDefault();
alert("Right click is disabled on this site.");
});