aboutsummaryrefslogtreecommitdiff
path: root/templates/login.html.tmpl
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-02-13 07:29:56 +0800
committerRunxi Yu <me@runxiyu.org>2025-02-13 07:29:56 +0800
commitdd6df3273922b61b41e0e3ec172c6c7db99cadc4 (patch)
treee754b25ed8cb646f381ca16e981bc6c77ed0007e /templates/login.html.tmpl
parenthttp_handle_*.go: Use fmt.Fprintln, not w.Write (diff)
downloadforge-dd6df3273922b61b41e0e3ec172c6c7db99cadc4.tar.gz
forge-dd6df3273922b61b41e0e3ec172c6c7db99cadc4.tar.zst
forge-dd6df3273922b61b41e0e3ec172c6c7db99cadc4.zip
login: Implement password validation
Diffstat (limited to 'templates/login.html.tmpl')
-rw-r--r--templates/login.html.tmpl1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/login.html.tmpl b/templates/login.html.tmpl
index ca9d87e..99ee6b9 100644
--- a/templates/login.html.tmpl
+++ b/templates/login.html.tmpl
@@ -6,6 +6,7 @@
<title>Login &ndash; Lindenii Forge</title>
</head>
<body class="index">
+ {{ .login_error }}
<div class="padding-wrapper">
<form method="POST" enctype="application/x-www-form-urlencoded">
<table>