Add linked account details when fetching in app wallet user details
Winston Yeo
Previously, when querying for user details via the in app wallet backend API, you would get something like:
Now it returns something like:
Note the addition of the linkedAccounts
field.
This adds full support for linked accounts which we introduce a while back.
For more details, check out the updated docs here!