diff options
author | Cláudio <claudio.engdist@gmail.com> | 2021-02-05 19:36:09 -0300 |
---|---|---|
committer | Cláudio <claudio.engdist@gmail.com> | 2021-02-05 19:36:09 -0300 |
commit | 29ea8df4259921f1789e0e6d584767fc5f54b284 (patch) | |
tree | 2d19cf21e033adcbe2e6c018fe6099b4938346ea /webui/src/layout/CurrentIdentity.graphql | |
parent | 12323b94398daa6cedca36fc2c58a97200092e16 (diff) | |
download | git-bug-29ea8df4259921f1789e0e6d584767fc5f54b284.tar.gz |
Commit for #541
Diffstat (limited to 'webui/src/layout/CurrentIdentity.graphql')
-rw-r--r-- | webui/src/layout/CurrentIdentity.graphql | 8 |
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 - } - } -} |