fixed, working fine. Thankyou.
maybe this might fix by editing the exiting function in /wp-content/plugins/simple-cloudflare-turnstile/inc/woocommerce.php :
function cfturnstile_woo_login_check($user) {
// Skip if this is WoodMart social login
if ( isset( $_GET[‘woodmart_social_login’] ) ) {
return $user;
}
// … rest of the original code …
}