From b38dcb5953d2b00837522319e464f702623f60de Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 18 Jul 2024 18:01:00 +0200 Subject: [PATCH] Typo fix --- MP.AppAuth/Controllers/MPController .cs | 4 ++-- MP.AppAuth/Models/{Config.cs => ConfigModel.cs} | 0 MP.Land/Components/UserCard.razor | 12 +----------- 3 files changed, 3 insertions(+), 13 deletions(-) rename MP.AppAuth/Models/{Config.cs => ConfigModel.cs} (100%) diff --git a/MP.AppAuth/Controllers/MPController .cs b/MP.AppAuth/Controllers/MPController .cs index 8a0edcb0..19542ec7 100644 --- a/MP.AppAuth/Controllers/MPController .cs +++ b/MP.AppAuth/Controllers/MPController .cs @@ -10,7 +10,7 @@ namespace MP.AppAuth.Controllers { #region Public Fields - public static AppAuth.Controllers.MPController dbController; + public static MPController dbController; #endregion Public Fields @@ -57,7 +57,7 @@ namespace MP.AppAuth.Controllers #region Private Fields private static IConfiguration _configuration; - private static NLog.Logger Log = LogManager.GetCurrentClassLogger(); + private static Logger Log = LogManager.GetCurrentClassLogger(); #endregion Private Fields } diff --git a/MP.AppAuth/Models/Config.cs b/MP.AppAuth/Models/ConfigModel.cs similarity index 100% rename from MP.AppAuth/Models/Config.cs rename to MP.AppAuth/Models/ConfigModel.cs diff --git a/MP.Land/Components/UserCard.razor b/MP.Land/Components/UserCard.razor index 7b958d1c..396722dd 100644 --- a/MP.Land/Components/UserCard.razor +++ b/MP.Land/Components/UserCard.razor @@ -14,21 +14,11 @@
- @* @if (isLoading) - { - - } - else - { - } *@
- @code {