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