@if (showAccountSecurityNudge$ | async) {
{{ "unlockVaultDesc" | i18n }}
}
@if (loading()) {
} @else {
{{ "unlockMethods" | i18n }}
@if (!(sharedUnlockFeatureEnabled$ | async)) {
{{ "unlockWithBiometrics" | i18n }}
}
@if (this.form.value.biometric && !(sharedUnlockFeatureEnabled$ | async)) {
{{ "enableAutoBiometricsPrompt" | i18n }}
}
@if ((pinEnabled$ | async) || this.form.value.pin) {
{{
"unlockWithPin" | i18n
}}
}
@if (this.form.value.pin && showMasterPasswordOnClientRestartOption) {
{{ "lockWithMasterPassOnRestart1" | i18n }}
}
@if (sharedUnlockFeatureEnabled$ | async) {
@if (showSharedUnlockWithDesktop) {
{{ "sharedUnlockWithDesktop" | i18n }}
{{ "sharedUnlockWithDesktopDescription" | i18n }}
}
@if (showSharedUnlockWithWeb) {
{{ "sharedUnlockWithWeb" | i18n }}
{{ "sharedUnlockWithWebDescription" | i18n }}
}
@if (unlockSharingDisabled()) {
{{ "sharedUnlockUnavailableUntrustedDevice" | i18n }}
}
}
{{ "sessionTimeoutHeader" | i18n }}
{{ "manageDevices" | i18n }}
@if (phishingDetectionAvailable$ | async) {
{{ "phishingBlocker" | i18n }}
{{
"enablePhishingDetection" | i18n
}}
{{ "enablePhishingDetectionDesc" | i18n }}
}
{{ "otherOptions" | i18n }}
@if (showChangeMasterPass) {
}
}