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 {