register 2

This commit is contained in:
filipriec
2025-04-10 19:27:04 +02:00
parent b51e76e366
commit 431882ece9
4 changed files with 54 additions and 11 deletions

View File

@@ -290,16 +290,17 @@ impl EventHandler {
}
let message = edit::handle_edit_event(
app_state.ui.show_login,
key,
config,
form_state,
auth_state,
register_state,
&mut self.ideal_cursor_column,
&mut self.command_message,
current_position,
total_count,
grpc_client,
app_state,
).await?;
self.key_sequence_tracker.reset();