Skip to content

Take advantage of `Devise.sign_in_after_reset_password`

Robert Speicher requested to merge rs-disable-signin-after-reset into master

Since we've updated our Devise dependency, we can take advantage of this new-ish configuration setting and avoid our hackish workaround.

Merge request reports