app/controllers/devise/passwords_controller.rb in devise-4.5.0 vs app/controllers/devise/passwords_controller.rb in devise-4.6.0

- old
+ new

@@ -37,9 +37,10 @@ if resource.errors.empty? resource.unlock_access! if unlockable?(resource) if Devise.sign_in_after_reset_password flash_message = resource.active_for_authentication? ? :updated : :updated_not_active set_flash_message!(:notice, flash_message) + resource.after_database_authentication sign_in(resource_name, resource) else set_flash_message!(:notice, :updated_not_active) end respond_with resource, location: after_resetting_password_path_for(resource)