mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-22 13:18:05 -05: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').