From b8b9b522db610af3ea669632a10f595ba4774666 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 6 Apr 2026 19:20:41 +0200 Subject: [PATCH] ui: simplify login page --- internal/templates/auth.templ | 27 +++++++++++++++------------ internal/templates/auth_templ.go | 2 +- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/internal/templates/auth.templ b/internal/templates/auth.templ index 622f52c..186fcaf 100644 --- a/internal/templates/auth.templ +++ b/internal/templates/auth.templ @@ -2,17 +2,20 @@ package templates templ Login() { @Layout("Login") { -

Login

-
-
- - -
-
- - -
- -
+
+

sign in

+ + +
} } diff --git a/internal/templates/auth_templ.go b/internal/templates/auth_templ.go index 5b39472..6ca9262 100644 --- a/internal/templates/auth_templ.go +++ b/internal/templates/auth_templ.go @@ -41,7 +41,7 @@ func Login() templ.Component { }() } ctx = templ.InitializeContext(ctx) - templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "

Login

") + templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "

sign in

enter your credentials to continue

") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }