aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/layout/CurrentIdentity.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/layout/CurrentIdentity.graphql')
-rw-r--r--webui/src/layout/CurrentIdentity.graphql8
1 files changed, 0 insertions, 8 deletions
diff --git a/webui/src/layout/CurrentIdentity.graphql b/webui/src/layout/CurrentIdentity.graphql
deleted file mode 100644
index 2794a40f..00000000
--- a/webui/src/layout/CurrentIdentity.graphql
+++ /dev/null
@@ -1,8 +0,0 @@
-query CurrentIdentity {
- repository {
- userIdentity {
- displayName
- avatarUrl
- }
- }
-}