From 465f7ca73d7093eeeecb6553c804d8cfb06e6652 Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Tue, 11 Feb 2020 21:49:19 +0100 Subject: webui: stop using defaultRepository --- webui/src/CurrentIdentity.graphql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webui/src/CurrentIdentity.graphql') diff --git a/webui/src/CurrentIdentity.graphql b/webui/src/CurrentIdentity.graphql index 6c000a2e..2794a40f 100644 --- a/webui/src/CurrentIdentity.graphql +++ b/webui/src/CurrentIdentity.graphql @@ -1,5 +1,5 @@ query CurrentIdentity { - defaultRepository { + repository { userIdentity { displayName avatarUrl -- cgit