refactoring of app.rs and relevant flow files
This commit is contained in:
@@ -18,7 +18,7 @@ pub fn start_auth_flow() -> Result<(), String> {
|
||||
// Close welcome window if it's still open
|
||||
crate::services::welcome::close_welcome_window();
|
||||
tauri::async_runtime::spawn(async {
|
||||
crate::app::bootstrap().await;
|
||||
crate::startup::bootstrap().await;
|
||||
});
|
||||
})
|
||||
.map_err(|e| e.to_string())
|
||||
|
||||
Reference in New Issue
Block a user