Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix named parameter issue in _createSocialUser method for findExistingForSocialLogin #1091 #1092

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

robitmoh
Copy link
Contributor

This pull request addresses issue #1090, which involves a problem with named parameters in the _createSocialUser method when calling the find method. The issue caused the findExistingForSocialLogin custom finder to not correctly retrieve the 'email' parameter, leading to incorrect query construction.

@ChrisB85
Copy link

I just came across the same issue. I can confirm that this PR fixes it.

@ajibarra ajibarra merged commit be5fb4f into CakeDC:14.next-cake5 Aug 2, 2024
9 of 10 checks passed
@ajibarra
Copy link
Member

ajibarra commented Aug 2, 2024

Thanks for the contribution. It has been merged and will be released soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants