Add on_submit handler to NetworkAuth dialog
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
9f819454ae
commit
1be3c2bb12
1 changed files with 3 additions and 0 deletions
|
|
@ -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(),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue