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

Closed
wants to merge 1 commit into from

Conversation

robitmoh
Copy link
Contributor

Description:

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.

Changes Made:

Modified the _createSocialUser method to pass parameters directly to the find method without using a named parameter.

@robitmoh
Copy link
Contributor Author

The fixed sytle wrong
The cakephp5 need the named parameter when calling finders

@robitmoh robitmoh closed this Jul 19, 2024
ajibarra added a commit that referenced this pull request Aug 2, 2024
Fix named parameter issue in _createSocialUser method for findExistingForSocialLogin #1091
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.

1 participant