Files
clientsflow/research/chatwoot/app/views/devise/token.json.jbuilder

8 lines
164 B
Ruby

json.payload do
json.success true
json.partial! 'auth', formats: [:json], resource: @resource
json.data do
json.created_at @resource.created_at
end
end