mirror of
https://github.com/bitwarden/web
synced 2025-12-13 06:43:31 +00:00
show enabled check always when 2fa enabled
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
<div class="mx-4">
|
<div class="mx-4">
|
||||||
<h3 class="mb-0">
|
<h3 class="mb-0">
|
||||||
{{p.name}}
|
{{p.name}}
|
||||||
<ng-container *ngIf="p.enabled && canAccessPremium">
|
<ng-container *ngIf="p.enabled">
|
||||||
<i class="fa fa-check text-success fa-fw" title="{{'enabled' | i18n}}" aria-hidden="true"></i>
|
<i class="fa fa-check text-success fa-fw" title="{{'enabled' | i18n}}" aria-hidden="true"></i>
|
||||||
<span class="sr-only">{{'enabled' | i18n}}</span>
|
<span class="sr-only">{{'enabled' | i18n}}</span>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|||||||
Reference in New Issue
Block a user