From 6b0ad866b8f84fb853b8a21183e6b12095d9258a Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Mon, 9 Sep 2024 08:29:16 +0200 Subject: [PATCH] Typo fix --- MP.AppAuth/Controllers/AppUserController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MP.AppAuth/Controllers/AppUserController.cs b/MP.AppAuth/Controllers/AppUserController.cs index e0005917..dde09586 100644 --- a/MP.AppAuth/Controllers/AppUserController.cs +++ b/MP.AppAuth/Controllers/AppUserController.cs @@ -16,7 +16,7 @@ namespace MP.AppAuth.Controllers public AppUserController(IConfiguration configuration) { _configuration = configuration; - Log.Info("Avviata classe MPUserController"); + Log.Info("Avviata classe AppUserController"); } #endregion Public Constructors