nothing is fixed, it doesnt work, i cant see a login page

This commit is contained in:
filipriec
2025-03-25 23:23:47 +01:00
parent aab11c1cba
commit ad64df2ec3
2 changed files with 5 additions and 8 deletions

View File

@@ -30,13 +30,6 @@ pub async fn run_ui() -> Result<(), Box<dyn std::error::Error>> {
let profile_tree = grpc_client.get_profile_tree().await?;
app_state.profile_tree = profile_tree;
// Now create admin panel with profiles from app_state
if intro_state.selected_option == 1 {
app_state.ui.show_admin = true;
app_state.general.selected_item = 0;
app_state.general.current_option = 0;
}
// Fetch table structure at startup (one-time)
let table_structure = grpc_client.get_table_structure().await?;