diff --git a/packages/hoppscotch-app/components/app/Header.vue b/packages/hoppscotch-app/components/app/Header.vue index 60d743f6..b3fb9851 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 670cf85f..79244ac7 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" >