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

@if (loading()) {
{{ "loading" | i18n }}
} @else {
@if (error()) { {{ "reportError" | i18n }} } @else if (!ciphers().length) { {{ "noPasskeyLogin" | i18n }} } @else { {{ "passkeyLoginFoundReportDesc" | i18n: (ciphers().length | number) }} {{ "name" | i18n }} {{ "type" | i18n }} @if (canManageCipher(row.cipher)) { {{ row.cipher.name }} } @else { {{ row.cipher.name }} } @if (row.cipher.hasAttachments) { {{ "attachments" | i18n }} }
{{ row.cipher.subTitle }} @if (row.supportsPasskeyLogin) { {{ "passwordlessLogin" | i18n }} } @if (row.supportsPasskeyMfa) { {{ "multifactorAuthentication" | i18n }} } @if (row.instructions) { {{ "instructions" | i18n }} }
}
}