{{ "loginCredentials" | i18n }}

@if (cipher.login.username) { {{ "username" | i18n }} } @if (cipher.login.password) { {{ "password" | i18n }} @if (passwordRevealed) { } @if (cipher.viewPassword && passwordRevealed) { } @if (cipher.viewPassword) { } @if (cipher.viewPassword) { } @if (showChangePasswordLink) { {{ "atRiskPassword" | i18n }} @if (changePasswordLink()) { {{ "changeNow" | i18n }} } } } @if (showPasswordCount && passwordRevealed) {
} @if (cipher.login?.fido2Credentials?.length > 0) { {{ "typePasskey" | i18n }} } @if (cipher.login.totp) {
{{ "verificationCodeTotp" | i18n }}
@if (isPremium$ | async) {
}
}