register 2
This commit is contained in:
@@ -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,
|
||||
®ister_state,
|
||||
&theme,
|
||||
is_edit_mode, // Use determined edit mode
|
||||
is_edit_mode,
|
||||
app_state.total_count,
|
||||
app_state.current_position,
|
||||
&app_state.current_dir,
|
||||
|
||||
Reference in New Issue
Block a user