Use token from currentUser on profile accounts list
This commit is contained in:
parent
c4b114bdb6
commit
c2c5e7ff5c
|
@ -7,7 +7,7 @@
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<h1>{{userName}}</h1>
|
<h1>{{userName}}</h1>
|
||||||
<p>Repositories <strong>{{user.reposCount}}</strong></p>
|
<p>Repositories <strong>{{user.reposCount}}</strong></p>
|
||||||
<p class="profile-user-last">Token: <strong>{{user.token}}</strong></p>
|
<p class="profile-user-last">Token: <strong>{{auth.currentUser.token}}</strong></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user