From 29ea8df4259921f1789e0e6d584767fc5f54b284 Mon Sep 17 00:00:00 2001 From: Cláudio Date: Fri, 5 Feb 2021 19:36:09 -0300 Subject: Commit for #541 --- webui/src/layout/CurrentIdentity.graphql | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 webui/src/layout/CurrentIdentity.graphql (limited to 'webui/src/layout/CurrentIdentity.graphql') 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 - } - } -} -- cgit