config/initializers/devise.rb in solidus_auth_devise-2.1.0 vs config/initializers/devise.rb in solidus_auth_devise-2.2.0
- old
+ new
@@ -133,9 +133,6 @@
# change their passwords.
config.reset_password_within = 6.hours
config.sign_out_via = :get
config.case_insensitive_keys = [:email]
-
- # Direct Devise to use the Spree router when attempting to find resource routes.
- config.router_name = :spree
end