Home › Forums › Basel support forum › Facebook login › Reply To: Facebook login
October 11, 2018 at 6:37 am
#82108
Artem Temos
Keymaster
Hello,
Try to add the following PHP code snippet to the child theme functions.php file
add_filter( 'basel_alt_auth_method', '__return_true' );
Regards