You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: