Upgrade Devise to 5.0, remove workarounds
CI / Test (pull_request) Successful in 52s

This commit is contained in:
2026-08-10 15:15:27 -06:00
parent 0c667795a7
commit 045df94c29
4 changed files with 39 additions and 46 deletions
-7
View File
@@ -324,10 +324,3 @@ Devise.setup do |config|
# changed. Defaults to true, so a user is signed in automatically after changing a password.
# config.sign_in_after_change_password = true
end
# https://github.com/heartcombo/devise/issues/5644
class Devise::SecretKeyFinder
def find
@application.secret_key_base
end
end