Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: pass correct value to user.full_name strings #1367

Closed
wants to merge 1 commit into from

Conversation

paulschreiber
Copy link
Member

Description

Pass correct value to user.full_name strings

membership looks like

{
    "id": "ecfbc181-a000-480d-a5c9-c8b3b719f7a5",
    "email": "[email protected]",
    "firstName": "John",
    "lastName": "Doe",
    "profileImage": "https://images.dev.terraso.org/ecfbc181-a000-480d-a5c9-c8b3b719f7a5/profile-image_31",
    "userRole": "owner"
}

there is no membership.user.

Related Issues

Fixes #1366.

@paulschreiber paulschreiber deleted the fix/full-name branch February 28, 2024 19:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Story map dispays owner as "{{user.firstName}} {{user.lastName}}" instead of actual first and last name
1 participant