From 5af420bf8105659eb42fbe19a86cf64e37a5651f Mon Sep 17 00:00:00 2001 From: colin Date: Mon, 12 Jan 2026 17:39:55 +0800 Subject: [PATCH] fix(login): Fix the issue of RememberMe repeatedly binding --- .../Pages/Account/Login.cshtml | 25 +++++++++++++++---- 1 file changed, 20 insertions(+), 5 deletions(-) diff --git a/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Login.cshtml b/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Login.cshtml index 5799b43ce..0cd0de615 100644 --- a/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Login.cshtml +++ b/aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Login.cshtml @@ -45,9 +45,17 @@ - + + - + + @L["ForgotPassword"] @@ -61,7 +69,6 @@ }
- @* @L["PlatformLogin"] *@ @L["Login"] @if (Model.ShowCancelButton) { @@ -88,9 +95,17 @@
- + + - + +