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

@@ -52,9 +52,10 @@ pub async fn run_ui() -> Result<(), Box<dyn std::error::Error>> {
render_ui(
f,
&mut form_state,
&mut auth_state, // Pass the single AuthState instance
&mut auth_state,
&register_state,
&theme,
is_edit_mode, // Use determined edit mode
is_edit_mode,
app_state.total_count,
app_state.current_position,
&app_state.current_dir,