Skip to content
Snippets Groups Projects

Enable SSO and ensure trial registrations perform onboarding steps

Merged Doug Stull requested to merge 404926-add-sso-onboarding-specs into master
Compare and Show latest version
4 files
+ 4
1
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -579,6 +579,7 @@ def required_signup_info
@@ -579,6 +579,7 @@ def required_signup_info
return if in_user_oath_flow?
return if in_user_oath_flow?
store_location_for :user, request.fullpath
store_location_for :user, request.fullpath
 
redirect_to users_sign_up_welcome_path
redirect_to users_sign_up_welcome_path
end
end
Loading