1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-07-09 12:45:25 +02:00

show enabled check always when 2fa enabled

This commit is contained in:
Kyle Spearrin 2019-10-14 16:44:38 -04:00
parent 1ecc092f08
commit 02eb382ae7

View File

@ -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>