This commit is contained in:
2025-11-17 19:30:48 -05:00
parent 7ea16d783d
commit 86bc692987

View File

@@ -48,11 +48,7 @@ pub fn error(ui: &mut Ui, msg: &str) -> WidgetId {
fn login_screen(client: &mut Client) -> WidgetId { fn login_screen(client: &mut Client) -> WidgetId {
let Client { let Client {
ui, ui, handle, data, ..
handle,
data,
error,
..
} = client; } = client;
let mut field = |name| text(name).editable().size(20).add(ui); let mut field = |name| text(name).editable().size(20).add(ui);