@if (securityError()) {
{{ securityError()! | transloco }}
} @if (totpError()) {
{{ totpError()! | transloco }}
} @if (totpSuccess()) {
{{ totpSuccess()! | transloco }}
} @if (isSecurityLoading()) {
{{ "settings.security.loading" | transloco }}
} @else { @if (totpEnabled()) {
{{ "settings.security.twoFactor.enabledDescription" | transloco }}
{{ "settings.security.twoFactor.disableHint" | transloco }}
} @else { @if (!totpSetup()) {
{{ "settings.security.twoFactor.setupDescription" | transloco }}
} @else {
{{ "settings.security.twoFactor.secretLabel" | transloco }}
{{ totpSetup()!.secret }}
} } }