@using System.Globalization @{ ViewData["Title"] = @_localizer["TfaRegistration"]; var totpQR64 = ViewData["TotpQR64"] as string; var regDeadline = ViewData["RegDeadline"] is DateTime _dateTime ? _dateTime : throw new InvalidOperationException("RegDeadline is not added to view in Reg.cshtml view."); }
@string.Format(@_localizer["PageVisibleUntil"], regDeadline.ToString("d. MMM, HH:mm", new CultureInfo("de-DE")))
@_localizer["Download2faAppInstruction"]
@_localizer["Recommended2faApplications"]
@_localizer["ScanQrCodeInstruction"]
@_localizer["VerifyCodeInstructionMain"] @_localizer["VerifyCodeInstructionSubmit"].