mirror of
https://github.com/heartcombo/devise.git
synced 2026-02-19 02:44:31 -05:00
The config exists at the model/resource class from the registerable module, but it was not being honored, instead we were directly relying on the main Devise config. Now this can be configured and honored per-model/resource class, as expected. This is similar to #5429 and `sign_in_after_reset_password` fix.