{{ "passkeyLoginReportDesc" | i18n }} {{ "passkeyLoginReportHowTheyWork" | i18n }} {{ "passkeyLoginReportAnd" | i18n }} {{ "passkeyLoginReportHowToUse" | i18n }}

@if (loading()) {
{{ "loading" | i18n }}
} @else {
@if (error()) { {{ "reportError" | i18n }} } @else if (!ciphers().length) { {{ "noPasskeyLogin" | i18n }} } @else { {{ reportDescriptionKey() | i18n: (ciphers().length | number) ?? "" }} @if (showFilterToggle()) { @if (canDisplayToggleGroup()) { @for (status of filterStatus(); track status) { {{ getName(status) }} {{ getCount(status) }} } } @else { } } {{ "name" | i18n }} {{ "type" | i18n }} {{ "owner" | i18n }} {{ row.cipher.name }} @if (row.cipher.organizationId) { {{ "shared" | i18n }} } @if (row.cipher.hasAttachments) { {{ "attachments" | i18n }} }
{{ row.cipher.subTitle }} @if (row.supportsPasskeyLogin) { {{ "passwordlessLogin" | i18n }} } @if (row.supportsPasskeyMfa) { {{ "multifactorAuthentication" | i18n }} } @if (row.instructions) { {{ "instructions" | i18n }} }
}
}