mehr von login seite gemacht, sah voll gut aus aber hab irgendwas kaputt gemacht und finds nicht
This commit is contained in:
@@ -336,8 +336,8 @@ pub fn login_component() -> Html {
|
||||
value={(*username).clone()}
|
||||
oninput={Callback::from(move |e: InputEvent| {
|
||||
let input: web_sys::HtmlInputElement = e.target_unchecked_into();
|
||||
username.set(input.value());
|
||||
})}
|
||||
username.set(input.value());
|
||||
})}
|
||||
/>
|
||||
<input
|
||||
type="password"
|
||||
|
||||
Reference in New Issue
Block a user