From b1edb3fec5643cff27f4023859c076e49635000a Mon Sep 17 00:00:00 2001 From: Kentin BRONGNIART Date: Sat, 8 Feb 2025 21:22:48 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'WF-WebAdmin/WF-Web?= =?UTF-8?q?Admin/Pages/Error.cshtml.cs'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WF-WebAdmin/WF-WebAdmin/Pages/Error.cshtml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; ///