From 50217d169dc1258508cb43c4d3131981d45c7596 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Tue, 26 Nov 2024 00:09:37 -0500 Subject: [PATCH] fix: resolve rendering issue in login modal --- pkg/webapp/components/auth/login.templ | 1 - pkg/webapp/components/auth/login_templ.go | 4 ---- 2 files changed, 5 deletions(-) diff --git a/pkg/webapp/components/auth/login.templ b/pkg/webapp/components/auth/login.templ index bfd1ecca7..ad6f53750 100644 --- a/pkg/webapp/components/auth/login.templ +++ b/pkg/webapp/components/auth/login.templ @@ -14,7 +14,6 @@ templ LoginModal() { templ loginStart() { @ui.Breadcrumbs() - @BasicDetailsForm() @ui.Spacer()
diff --git a/pkg/webapp/components/auth/login_templ.go b/pkg/webapp/components/auth/login_templ.go index f7251cb92..bda45eefa 100644 --- a/pkg/webapp/components/auth/login_templ.go +++ b/pkg/webapp/components/auth/login_templ.go @@ -86,10 +86,6 @@ func loginStart() templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - templ_7745c5c3_Err = BasicDetailsForm().Render(ctx, templ_7745c5c3_Buffer) - if templ_7745c5c3_Err != nil { - return templ_7745c5c3_Err - } templ_7745c5c3_Err = ui.Spacer().Render(ctx, templ_7745c5c3_Buffer) if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err