4759730022
* feat: Add Chatwoot support inside Chatwoot SaaS * Fix identity issues with Chatwoot
7 lines
160 B
Ruby
7 lines
160 B
Ruby
json.payload do
|
|
json.success true
|
|
json.partial! 'auth.json.jbuilder', resource: @resource
|
|
json.data do
|
|
json.created_at @resource.created_at
|
|
end
|
|
end
|