aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Identity
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/components/Identity')
-rw-r--r--webui/src/components/Identity/CurrentIdentity.graphql1
-rw-r--r--webui/src/components/Identity/UserIdentity.graphql1
2 files changed, 2 insertions, 0 deletions
diff --git a/webui/src/components/Identity/CurrentIdentity.graphql b/webui/src/components/Identity/CurrentIdentity.graphql
index 054190df..56efeacf 100644
--- a/webui/src/components/Identity/CurrentIdentity.graphql
+++ b/webui/src/components/Identity/CurrentIdentity.graphql
@@ -2,6 +2,7 @@
query CurrentIdentity {
repository {
+ name
userIdentity {
...Identity
}
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
}