We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9932741 commit 9d79955Copy full SHA for 9d79955
lib/algora/accounts/accounts.ex
@@ -161,6 +161,8 @@ defmodule Algora.Accounts do
161
provider_meta: u.provider_meta,
162
linkedin_url: u.linkedin_url,
163
linkedin_meta: u.linkedin_meta,
164
+ employment_info: u.employment_info,
165
+ location_iso_lvl4: u.location_iso_lvl4,
166
avatar_url: u.avatar_url,
167
bio: u.bio,
168
system_bio: u.system_bio,
0 commit comments