diff options
Diffstat (limited to 'webui/src/components/Identity/CurrentIdentity.graphql')
-rw-r--r-- | webui/src/components/Identity/CurrentIdentity.graphql | 1 |
1 files changed, 1 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 } |