mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
show indicator if two-step login is enabled
This commit is contained in:
2
jslib
2
jslib
Submodule jslib updated: aa17849329...cddeeefdbb
@@ -45,6 +45,9 @@
|
|||||||
<span class="badge badge-warning" *ngIf="u.status === organizationUserStatusType.Accepted">{{'accepted' | i18n}}</span>
|
<span class="badge badge-warning" *ngIf="u.status === organizationUserStatusType.Accepted">{{'accepted' | i18n}}</span>
|
||||||
<small class="text-muted d-block" *ngIf="u.name">{{u.name}}</small>
|
<small class="text-muted d-block" *ngIf="u.name">{{u.name}}</small>
|
||||||
</td>
|
</td>
|
||||||
|
<td>
|
||||||
|
<i class="fa fa-lock" *ngIf="u.twoFactorEnabled" title="{{'userUsingTwoStep' | i18n}}"></i>
|
||||||
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span *ngIf="u.type === organizationUserType.Owner">{{'owner' | i18n}}</span>
|
<span *ngIf="u.type === organizationUserType.Owner">{{'owner' | i18n}}</span>
|
||||||
<span *ngIf="u.type === organizationUserType.Admin">{{'admin' | i18n}}</span>
|
<span *ngIf="u.type === organizationUserType.Admin">{{'admin' | i18n}}</span>
|
||||||
|
|||||||
@@ -2036,6 +2036,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"userUsingTwoStep": {
|
||||||
|
"message": "This user is using two-step login to protect their account."
|
||||||
|
},
|
||||||
"userAccessAllItems": {
|
"userAccessAllItems": {
|
||||||
"message": "This user can access and modify all items."
|
"message": "This user can access and modify all items."
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user