diff --git a/apps/web/src/app/dirt/reports/pages/inactive-two-factor-report.component.html b/apps/web/src/app/dirt/reports/pages/inactive-two-factor-report.component.html index 4999d572969..83c7e566619 100644 --- a/apps/web/src/app/dirt/reports/pages/inactive-two-factor-report.component.html +++ b/apps/web/src/app/dirt/reports/pages/inactive-two-factor-report.component.html @@ -60,42 +60,34 @@ @if (!organization || canManageCipher(row)) { - - {{ row.name }} - + {{ row.name }} } @else { - - {{ row.name }} - + {{ row.name }} } @if (!organization && row.organizationId) { - - - {{ "shared" | i18n }} - + + {{ "shared" | i18n }} } @if (row.hasAttachments) { - - - {{ "attachments" | i18n }} - + + {{ "attachments" | i18n }} }
{{ row.subTitle }}