mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
corrected user email store reference
This commit is contained in:
parent
c40b085b3d
commit
1ceac913d2
@ -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>
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user