refactor(EnvelopeLocked): QRCodeExpiration hinzugefügt

This commit is contained in:
Developer 02
2024-12-11 18:06:36 +01:00
parent 72a0cb78c7
commit ba2518cdd2
2 changed files with 3 additions and 2 deletions

View File

@@ -205,7 +205,7 @@ namespace EnvelopeGenerator.Web.Controllers
}
else
{
return View("EnvelopeLocked").WithData("CodeType", "authenticatorCode");
return View("EnvelopeLocked").WithData("CodeType", "authenticatorCode").WithData("QRCodeExpiration", er_secret.Receiver?.TotpExpiration);
}
}