Skip to content
Snippets Groups Projects
Commit e13f9319 authored by Aishwarya's avatar Aishwarya Committed by Robert Speicher
Browse files

Back porting changes to trigger user create event on Trial sign up

parent 551e8645
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -20,6 +20,7 @@ class RegistrationsController < Devise::RegistrationsController
 
super do |new_user|
persist_accepted_terms_if_required(new_user)
yield new_user if block_given?
end
rescue Gitlab::Access::AccessDeniedError
redirect_to(new_user_session_path)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment