OK so when i click on login via google, it takes me to a 2nd page where it asks me to continue and only then it takes me to the google login.
how can i remove the 2nd page in question, so it takes me directly to google login auth.
The 1st page:
The 2nd Page i want to remove, so no need to press Continue for the user

czue
2
You should be able to add this line to your settings.py:
SOCIALACCOUNT_LOGIN_ON_GET = True
However, note that allauth recommends using a POST
(which is why that page exists) for security reasons, as documented here: Configuration β django-allauth 0.43.0 documentation
1 Like
hi thanks a lot you are right, i will let it be, but now i have an emaill duplicate error, can you help me out, if you have time
thanks 