step2 compiled

This commit is contained in:
filipriec
2025-03-30 18:41:27 +02:00
parent 12aec72141
commit 2180d8decf
2 changed files with 16 additions and 57 deletions

View File

@@ -47,7 +47,7 @@ pub fn render_ui(
// Use app_state's intro_state directly
app_state.ui.intro_state.render(f, main_content_area, theme);
}else if app_state.ui.show_login {
render_login(f, main_content_area, theme, auth_state);
render_login(f, main_content_area, theme, auth_state, false);
} else if app_state.ui.show_admin {
// Create temporary AdminPanelState for rendering
let mut admin_state = AdminPanelState::new(