Add on_submit handler to NetworkAuth dialog

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk 2025-01-03 13:31:21 +01:00
parent 9f819454ae
commit 1be3c2bb12

View file

@ -3681,6 +3681,7 @@ impl Application for App {
auth_tx: auth_tx.clone(),
})
})
.on_submit(Message::DialogComplete)
.into(),
);
}
@ -3699,6 +3700,7 @@ impl Application for App {
auth_tx: auth_tx.clone(),
})
})
.on_submit(Message::DialogComplete)
.into(),
);
}
@ -3718,6 +3720,7 @@ impl Application for App {
auth_tx: auth_tx.clone(),
})
})
.on_submit(Message::DialogComplete)
.into(),
);
}