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
DEPRECATION WARNING: The behavior of `attribute_changed?` inside of after callbacks will be changing in the next version of Rails. The new return value will reflect the behavior of calling the method after `save` returned (e.g. the opposite of what it returns now). To maintain the current behavior, use `saved_change_to_attribute?` instead. (called from remove_tokens_after_password_reset at /Users/marin/.rvm/gems/[email protected]/bundler/gems/devise_token_auth-d4c0e91ccba8/app/models/devise_token_auth/concerns/user.rb:247)
The text was updated successfully, but these errors were encountered:
devise_token_auth/concerns/user.rb:247
is using deprecated methods, littering logs with depracation warning messages.`The text was updated successfully, but these errors were encountered: