diff --git a/frontend/src/views/Pages/UserProfile.vue b/frontend/src/views/Pages/UserProfile.vue index dd20ae8e9..9a4683a3e 100755 --- a/frontend/src/views/Pages/UserProfile.vue +++ b/frontend/src/views/Pages/UserProfile.vue @@ -9,7 +9,7 @@ -

Hello {{this.$store.state.user.email}}

+

Hello {{this.$store.state.email}}

This is your profile page. You can see the progress you've made with your work and manage your projects or assigned tasks

Edit profile diff --git a/frontend/src/views/Pages/UserProfile/UserCard.vue b/frontend/src/views/Pages/UserProfile/UserCard.vue index a56ac61f4..0c054004c 100755 --- a/frontend/src/views/Pages/UserProfile/UserCard.vue +++ b/frontend/src/views/Pages/UserProfile/UserCard.vue @@ -38,7 +38,7 @@
- {{this.$store.state.user.email}} + {{this.$store.state.email}}
Bucharest, Romania