We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When someone signs in to the website, a new profile is created
To Reproduce Steps to reproduce the behavior:
Expected behavior Only create a new profile if this is the first time a user signs in
Environment Staging and production. This doesn't have in dev, because the logic to create profile is in the Google provider
Additional context https://github.com/dev-launchers/strapiv4/blob/main/src/extensions/users-permissions/server/services/providers-registry.js#L98 should check if the user already has a profile. If not create one and link it to the user.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When someone signs in to the website, a new profile is created
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Only create a new profile if this is the first time a user signs in
Environment
Staging and production. This doesn't have in dev, because the logic to create profile is in the Google provider
Additional context
https://github.com/dev-launchers/strapiv4/blob/main/src/extensions/users-permissions/server/services/providers-registry.js#L98 should check if the user already has a profile. If not create one and link it to the user.
The text was updated successfully, but these errors were encountered: