@let postTopHtml = postTopHtml$ | async; @if (postTopHtml?.hasContent) {
} @else { }
@if (showQRCode() && qrCode) { QR Code } @if (data.showEnrollData !== false) {
@if (data.response?.detail?.["password"]) {

Your Password: {{ data.response?.detail?.["password"] }}.

} @if (data.response?.detail?.otpkey?.value && !data.response?.detail?.["otps"] && showQRCode()) { } @if (data.tokenType === "tiqr") { } @if (data.tokenType === "registration") { } @if (data.response?.detail?.["otps"]) { }
}