<script>
function sendOTP(){
    jQuery.post(lj_ajax.ajaxurl,{
        action:'lj_send_login_otp',
        mobile:document.getElementById('mobile').value,
        security:lj_ajax.nonce
    },function(res){
        if(res.success){
            alert(res.data.message);
            document.getElementById('otpBox').style.display='block';
        }else{
            alert(res.data.message);
        }
    });
}

function verifyOTP(){
    jQuery.post(lj_ajax.ajaxurl,{
        action:'lj_verify_login_otp',
        mobile:document.getElementById('mobile').value,
        otp:document.getElementById('otp').value,
        security:lj_ajax.nonce
    },function(res){
        if(res.success){
            window.location.href='/dashboard';
        }else{
            alert(res.data.message);
        }
    });
}
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://lagnajodidar.in/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://lagnajodidar.in/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://lagnajodidar.in/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://lagnajodidar.in/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://lagnajodidar.in/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
