628a43ef61
Include identity.id in the my/identity.json response and return an empty body from the CREATE signup/completions.json endpoint. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
180 B
Ruby
7 lines
180 B
Ruby
json.id @identity.id
|
|
|
|
json.accounts @identity.users do |user|
|
|
json.partial! "my/identities/account", account: user.account
|
|
json.user user, partial: "users/user", as: :user
|
|
end
|