Skip to content

Commit

Permalink
User:default: Add badge verifying.
Browse files Browse the repository at this point in the history
  • Loading branch information
janbarasek authored Jan 8, 2021
1 parent d5724e1 commit edb23d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/user/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Vue.component('user-default', {
<a :href="link('User:detail', {id: item.id})">{{ item.name }}</a>
<div v-if="item['2fa']" class="badge badge-pill badge-primary" v-b-tooltip title="This user is using 2-step login authentication (better security).">2FA</div>
<div v-if="item.id === currentUserId" class="badge badge-pill badge-primary" v-b-tooltip title="This is your account.">You</div>
<div v-if="item.verifying" class="badge badge-pill badge-secondary" v-b-tooltip title="We are awaiting user authentication and password entry for this account.">Verifying</div>
</td>
<td>{{ item.email }}</td>
<td>
Expand Down

0 comments on commit edb23d2

Please sign in to comment.