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