Google login redirect to login page
-
Apparently google login is not creating user, when new user login with google. It take back to login page of my site
Hi,
Try to add the following PHP code snippet to the child theme functions.php file
add_filter( 'woodmart_alt_auth_method', '__return_true' );
Regards
I added but the problem still resist, it still takes me back to my account page and asked to login
Attachments:
You must be
logged in to view attached files.
Hey
I have solved this, I double check the keys and redirect address and found the key is missing some of its part
Great, we are glad that you sorted it out.
The topic ‘Google login redirect to login page’ is closed to new replies.