diff --git a/WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml.cs b/WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml.cs index a7a539c..9a10199 100644 --- a/WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml.cs +++ b/WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml.cs @@ -12,7 +12,7 @@ namespace WF_WebAdmin.Pages public bool ShowRequestId => !string.IsNullOrEmpty(RequestId); - + private readonly ILogger _logger; ///