diff --git a/AccountManagement.Application.Contracts/Account/Login.cs b/AccountManagement.Application.Contracts/Account/Login.cs index bc772164..c8287124 100644 --- a/AccountManagement.Application.Contracts/Account/Login.cs +++ b/AccountManagement.Application.Contracts/Account/Login.cs @@ -4,4 +4,5 @@ public class Login { public string Username { get; set; } public string Password { get; set; } + } \ No newline at end of file diff --git a/ServiceHost/Pages/Index.cshtml b/ServiceHost/Pages/Index.cshtml index 7a630af2..6bc52348 100644 --- a/ServiceHost/Pages/Index.cshtml +++ b/ServiceHost/Pages/Index.cshtml @@ -123,6 +123,7 @@
+ @@ -293,7 +294,7 @@ @section Script{ - @* *@ +