CHANGE: updated to use personal number as login

This commit is contained in:
2025-02-21 15:58:34 +01:00
parent 32a4f5277a
commit f2a5e9874d
6 changed files with 25 additions and 19 deletions

View File

@@ -33,7 +33,7 @@ func LoginForm() templ.Component {
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "<form method=\"POST\"><input name=\"card_uid\" type=\"text\" placeholder=\"card_uid\"> <input name=\"password\" type=\"passwort\" placeholder=\"password\"> <button type=\"submit\">Send</button></form>")
templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 1, "<form method=\"POST\"><input name=\"personal_nummer\" type=\"text\" placeholder=\"personal_nummer\"> <input name=\"password\" type=\"passwort\" placeholder=\"password\"> <button type=\"submit\">Send</button></form>")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}