Raja Hafify
Results
1
comments of
Raja Hafify
I found out that if u set the `/switch_user/remember_user?remember=true` in devise `after_sign_in_path` like so ``` #app/helper/devise_helper.rb module RedirectionHelper def after_sign_in_path_for(resource) `/switch_user/remember_user?remember=true` end end ``` Then you will be fine again....