Restore the browser auth, related #360

This commit is contained in:
Kevin Yue
2024-05-07 11:40:44 -04:00
parent 97c3998383
commit ddeef46d2e
8 changed files with 12 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
#![cfg_attr(not(debug_assertions), windows_subsystem = "windows")]
mod auth_window;
mod browser_authenticator;
mod cli;
#[tokio::main]