login schön gemacht

This commit is contained in:
2026-05-30 13:29:41 +02:00
parent bf0197adae
commit 3154e3de44
2 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -330,7 +330,7 @@ pub fn login_component() -> Html {
html! {
<div>
<h1 class="headline">{ "Anmeldung" }</h1>
<form {onsubmit}>
<form {onsubmit} class="rundbg">
<input
placeholder="username"
value={(*username).clone()}