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
1 changed files with 1 additions and 1 deletions

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>