diff --git a/EnvelopeGenerator.Web/Views/Shared/_CookieConsentPartial.cshtml b/EnvelopeGenerator.Web/Views/Shared/_CookieConsentPartial.cshtml index 2ab094ec..1e73c853 100644 --- a/EnvelopeGenerator.Web/Views/Shared/_CookieConsentPartial.cshtml +++ b/EnvelopeGenerator.Web/Views/Shared/_CookieConsentPartial.cshtml @@ -1,5 +1,5 @@ @using Microsoft.AspNetCore.Http.Features -@inject IStringLocalizer _localizer +@inject IStringLocalizer _localizer @{ var nonce = _accessor.HttpContext?.Items["csp-nonce"] as string;