corrected user email store reference

This commit is contained in:
Ulf Gebhardt 2021-02-26 01:05:23 +01:00
parent c40b085b3d
commit 1ceac913d2
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<b-container fluid class="d-flex align-items-center">
<b-row >
<b-col lg="7" md="10">
<h1 class="display-2 text-white">Hello {{this.$store.state.user.email}}</h1>
<h1 class="display-2 text-white">Hello {{this.$store.state.email}}</h1>
<p class="text-white mt-0 mb-5">This is your profile page. You can see the progress you've made with your
work and manage your projects or assigned tasks</p>
<a href="#!" class="btn btn-info">Edit profile</a>

View File

@ -38,7 +38,7 @@
</b-row>
<div class="text-center">
<h5 class="h3">
{{this.$store.state.user.email}}<span class="font-weight-light"></span>
{{this.$store.state.email}}<span class="font-weight-light"></span>
</h5>
<div class="h5 font-weight-300">
<i class="ni location_pin mr-2"></i>Bucharest, Romania