When a user registers, they are signed in but no DeviseRecognisable::RecognisableSession is created.
This means the second time they log in there are no recognisable sessions to compare with.
Possibly add a append_after_action to the Devise::RegistrationsController to save this.
When a user registers, they are signed in but no DeviseRecognisable::RecognisableSession is created.
This means the second time they log in there are no recognisable sessions to compare with.
Possibly add a
append_after_actionto the Devise::RegistrationsController to save this.