open auth portal

This commit is contained in:
2025-11-26 00:52:53 +08:00
parent b22fdac39c
commit 6fe397e868
9 changed files with 228 additions and 14 deletions

View File

@@ -41,4 +41,5 @@ pub async fn initialize_session() {
webview_window.open_devtools();
println!("Scene window initialized.");
crate::core::services::auth::get_auth_code();
}