Commit ab560c72 authored by Aishwarya Subramanian's avatar Aishwarya Subramanian

Added skip_authorization as true for trials

parent cf485633
...@@ -115,7 +115,7 @@ class RegistrationsController < Devise::RegistrationsController ...@@ -115,7 +115,7 @@ class RegistrationsController < Devise::RegistrationsController
end end
def resource def resource
@resource ||= Users::BuildService.new(current_user, sign_up_params).execute @resource ||= Users::BuildService.new(current_user, sign_up_params).execute(skip_authorization: true)
end end
def devise_mapping def devise_mapping
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment