From 9f4434cab9291ab3a326ec23b3462288d8c61fab Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 10 Jan 2026 19:00:49 +0800 Subject: [PATCH] fix(login): fix script bundle dependecy --- .../LINGYUN.Abp.Account.Web/Pages/Account/Login.cshtml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 95f8c68b9..5799b43ce 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 @@ -18,7 +18,10 @@ PageLayout.Content.Title = L["Login"].Value; } - +@section scripts +{ + +}