From 4b57df060bda9721e945086e81f09e9aca5865e3 Mon Sep 17 00:00:00 2001 From: SamSys Date: Mon, 26 Aug 2024 20:19:14 +0330 Subject: [PATCH] Captcha Reactive --- .../Account/Login.cs | 1 + ServiceHost/Pages/Index.cshtml | 12 +- ServiceHost/Pages/Index.cshtml.cs | 122 +++++++++++------- 3 files changed, 89 insertions(+), 46 deletions(-) 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{ - @* *@ +