chore: Data needed to store onboarding flow

This commit is contained in:
Sojan
2024-02-14 19:55:45 +05:30
parent 11886a4e5e
commit f9900947dc
4 changed files with 7 additions and 2 deletions
@@ -10,6 +10,7 @@ if resource.custom_attributes.present?
json.company_size resource.custom_attributes['company_size'] if resource.custom_attributes['company_size'].present?
json.timezone resource.custom_attributes['timezone'] if resource.custom_attributes['timezone'].present?
json.logo resource.custom_attributes['logo'] if resource.custom_attributes['logo'].present?
json.onboarding_step resource.custom_attributes['onboarding_step'] if resource.custom_attributes['onboarding_step'].present?
end
end
json.domain @account.domain