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 ability to link github and gplus ids on profile #3878

Closed
mattlindsey opened this issue Apr 17, 2023 · 1 comment · Fixed by #3898
Closed

Fix ability to link github and gplus ids on profile #3878

mattlindsey opened this issue Apr 17, 2023 · 1 comment · Fixed by #3898

Comments

@mattlindsey
Copy link
Collaborator

After rails 7 and javascript updates, the buttons to link your profile to github and/or gplus still worked but caused the update for other fields to fail. It appeared that the 'PUT' request on the form was being changed to a 'GET.' So I took out the buttons and tests.
Possibly something in the add_social_account_button(provider, options) method in application_helper.rb.

See:
app/views/devise/registrations/edit.html.erb
features/users/omniauth.feature
spec/requests/authentications_spec.rb

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 a pull request may close this issue.

1 participant