aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Identity/UserIdentity.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/Identity/UserIdentity.graphql')
-rw-r--r--webui/src/components/Identity/UserIdentity.graphql1
1 files changed, 1 insertions, 0 deletions
diff --git a/webui/src/components/Identity/UserIdentity.graphql b/webui/src/components/Identity/UserIdentity.graphql
index 9cf10248..01e8c3e5 100644
--- a/webui/src/components/Identity/UserIdentity.graphql
+++ b/webui/src/components/Identity/UserIdentity.graphql
@@ -2,6 +2,7 @@
query GetUserById($userId: String!) {
repository {
+ name
identity(prefix: $userId) {
...Identity
}