mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-06 03:01:21 -04:00
after_confirmation_path_for checks whether the user already signed in by calling signed_in? after confirmation succeeded. Since it was called without scope specification, the user treated as signed in inappropriately when the user signed in as another resource (such as 'admin').