Cookie-basierte automatische Autorisierung wurde konfiguriert. Middlevare für Benutzerberechtigung hinzugefügt

This commit is contained in:
Developer 02
2024-04-15 17:24:27 +02:00
parent 49cfeb28d9
commit 87c839549a
31 changed files with 1111 additions and 44 deletions

View File

@@ -4,6 +4,7 @@
@{
ViewData["Title"] = "Dokument unterschreiben";
}
<partial name="_CookieConsentPartial" />
@if (Model.IsSuccess && Model.Data is not null)
{
var envelope = Model.Data;