lib/osso/graphql/mutations/create_identity_provider.rb in osso-0.0.3.26 vs lib/osso/graphql/mutations/create_identity_provider.rb in osso-0.0.3.27
- old
+ new
@@ -21,10 +21,10 @@
oauth_client_id: customer.oauth_client_id,
)
return response_data(identity_provider: identity_provider) if identity_provider.save
- response_error(errors: identity_provider.errors.full_messages)
+ response_error(identity_provider.errors)
end
def domain(**args)
enterprise_account(**args)&.domain
end