mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-06 19:16:45 +01:00
added accounts verification
This commit is contained in:
@@ -8,7 +8,10 @@
|
||||
show image disabled, here the code prepared to enable show image:
|
||||
<img ng-click="showImg()" ng-src="{{user.avatar}}" class="o_userImgCircular" />
|
||||
-->
|
||||
<h3 class="o_text_white">{{user.username}}</h3>
|
||||
<h3 class="o_text_white">
|
||||
{{user.username}}
|
||||
<i ng-show="user.validated" class="ion-checkmark-circled ct_blue300"></i>
|
||||
</h3>
|
||||
<p>{{user.description}}</p>
|
||||
<p>{{user.email}}</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user