mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-27 17:18:04 +01:00
show enabled check always when 2fa enabled
This commit is contained in:
parent
1ecc092f08
commit
02eb382ae7
@ -23,7 +23,7 @@
|
||||
<div class="mx-4">
|
||||
<h3 class="mb-0">
|
||||
{{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>
|
||||
<span class="sr-only">{{'enabled' | i18n}}</span>
|
||||
</ng-container>
|
||||
|
Loading…
Reference in New Issue
Block a user