Home › Forums › WoodMart support forum › Facebook login not working on my website › Reply To: Facebook login not working on my website
May 14, 2019 at 12:50 pm
#123704
Artem Temos
Keymaster
Try to update the Dokan plugin to the latest version and edit the file plugins/woodmart-core/inc/auth.php
and add the following line http://prntscr.com/noeoh3
add_filter( 'dokan_register_nonce_check', '__return_false' );
Regards