diff --git a/packages/hoppscotch-app/components/app/Header.vue b/packages/hoppscotch-app/components/app/Header.vue index 60d743f60..b3fb98516 100644 --- a/packages/hoppscotch-app/components/app/Header.vue +++ b/packages/hoppscotch-app/components/app/Header.vue @@ -1,9 +1,9 @@ -
- +
+ {{ currentUser.displayName }} - + {{ currentUser.email }}
diff --git a/packages/hoppscotch-app/components/graphql/RequestOptions.vue b/packages/hoppscotch-app/components/graphql/RequestOptions.vue index 670cf85f1..79244ac79 100644 --- a/packages/hoppscotch-app/components/graphql/RequestOptions.vue +++ b/packages/hoppscotch-app/components/graphql/RequestOptions.vue @@ -8,14 +8,14 @@ :indicator="gqlQueryString && gqlQueryString.length > 0 ? true : false" >