fix: Set account default language in account API (#5086)

This commit is contained in:
Tejaswini Chile
2022-07-26 22:42:20 +05:30
committed by GitHub
parent 699b01c1d1
commit f6891aebbb
9 changed files with 26 additions and 6 deletions

View File

@@ -18,6 +18,7 @@ json.data do
json.name account_user.account.name
json.active_at account_user.active_at
json.role account_user.role
json.locale account_user.account.locale
end
end
end