aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/pages/list/ListIdentities.graphql
diff options
context:
space:
mode:
Diffstat (limited to 'webui/src/pages/list/ListIdentities.graphql')
-rw-r--r--webui/src/pages/list/ListIdentities.graphql20
1 files changed, 10 insertions, 10 deletions
diff --git a/webui/src/pages/list/ListIdentities.graphql b/webui/src/pages/list/ListIdentities.graphql
index 73073ae8..1d909496 100644
--- a/webui/src/pages/list/ListIdentities.graphql
+++ b/webui/src/pages/list/ListIdentities.graphql
@@ -1,13 +1,13 @@
query ListIdentities {
- repository {
- allIdentities {
- nodes {
- id
- humanId
- name
- email
- displayName
- }
- }
+ repository {
+ allIdentities {
+ nodes {
+ id
+ humanId
+ name
+ email
+ displayName
+ }
}
+ }
}