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

resource owners: Render username with display name to avoid confusion #636

Open
benbroadaway opened this issue Jul 26, 2022 · 0 comments
Open
Assignees

Comments

@benbroadaway
Copy link
Collaborator

const renderTitle = (e: UserEntry) => (e.displayName ? e.displayName : e.name);

It's possible for multiple users (different usernames) to have the same display name. This can be a tad confusing in the UI when viewing at existing owners of resources. Some format like Display name (username) or Display Name - username should suffice.

@brig brig self-assigned this Jul 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants