diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-13 07:29:56 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-13 07:29:56 +0800 |
commit | dd6df3273922b61b41e0e3ec172c6c7db99cadc4 (patch) | |
tree | e754b25ed8cb646f381ca16e981bc6c77ed0007e /templates | |
parent | http_handle_*.go: Use fmt.Fprintln, not w.Write (diff) | |
download | forge-dd6df3273922b61b41e0e3ec172c6c7db99cadc4.tar.gz forge-dd6df3273922b61b41e0e3ec172c6c7db99cadc4.tar.zst forge-dd6df3273922b61b41e0e3ec172c6c7db99cadc4.zip |
login: Implement password validation
Diffstat (limited to 'templates')
-rw-r--r-- | templates/login.html.tmpl | 1 |
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 – Lindenii Forge</title> </head> <body class="index"> + {{ .login_error }} <div class="padding-wrapper"> <form method="POST" enctype="application/x-www-form-urlencoded"> <table> |