From 1ceac913d25b63a64f3553e184bc3b7ddbde946b Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Fri, 26 Feb 2021 01:05:23 +0100 Subject: [PATCH] corrected user email store reference --- frontend/src/views/Pages/UserProfile.vue | 2 +- frontend/src/views/Pages/UserProfile/UserCard.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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