Chatwoot/app/views/devise/token.json.jbuilder
Pranav Raj S 4759730022
feat: Configure Chatwoot & Analytics for SaaS app (#2975)
* feat: Add Chatwoot support inside Chatwoot SaaS
* Fix identity issues with Chatwoot
2021-09-07 23:11:01 +05:30

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